Hong Kong Cat 3 Movie List Top -

  • The Romance (1989)

  • Love on the Road (1993)

  • The Romance of Book and Sweets (1992)

  • Dragon Inn (1993)


  • In the pantheon of world cinema, few ratings carry as much mystique, infamy, and sheer cult appeal as Hong Kong’s Category III rating.

    Established in 1988 by the Hong Kong motion picture rating system, "Cat III" became the catch-all designation for films deemed only suitable for persons aged 18 and above. While this rating can apply to extreme violence, graphic horror, or political controversy, in the eyes of global cult cinema fans, "Category III" is a genre unto itself—a unique blend of excess, eroticism, and nihilism that flourished in the 1990s.

    These films are notorious for their "anything goes" mentality. They can be sleazy, shocking, and morally ambiguous, yet they often feature surprisingly high production values and performances from A-list stars willing to shed their wholesome images.

    Here is a curated list of the top Hong Kong Category III movies that define the era, ranging from disturbing thrillers to erotic classics. hong kong cat 3 movie list top


    Finding physical copies of these films is difficult. Many DVDs are out of print. Here is your modern strategy for accessing this Hong Kong Cat 3 movie list top:

  • Dr. Lamb (1992) — Director: Danny Lee (producer), Herman Yau (director credited)

  • Sex and Zen (1991) — Director: Michael Mak

  • Erotic Ghost Story (1990) — Director: Lam Ngai Kai

  • Naked Killer (1992) — Director: Clarence Fok

  • Raped by an Angel (1993) — Director: Ching Siu-tung (series varies)

  • Men Behind the Sun (1988) — Director: T.F. Mous The Romance (1989)

  • The Blue Lightning (1996) — Director: Wilson Yip (early work)

  • Ebola Syndrome (1996) — Director: Herman Yau

  • Happy Together (1997) — Director: Wong Kar-wai — (not Cat III but culturally adjacent)

  • Director: Michael Mak

    This is the highest-grossing Cat III film in Hong Kong history. While Western audiences might find it tame compared to hardcore pornography, Sex and Zen is a period costume drama (set in the Ming Dynasty) filled with acrobatic sex positions, "auxiliary penises," and the legendary star Amy Yip.

    Director: Lam Nai-choi

    This film is the "Mortal Kombat" of Hong Kong cinema. Set in a privatized prison in 2001, a martial artist with superhuman strength punches through walls and pulls out enemies' intestines. Love on the Road (1993)

    Director: Herman Yau Star: Anthony Wong

    If you only watch one Cat III movie, it is usually Ebola Syndrome. It is the quintessential example of the "nihilistic killer" subgenre that the rating is famous for.

    Anthony Wong (who won a Hong Kong Film Award for the role) plays Kai, a murderer who flees Hong Kong for South Africa after a botched crime. He eventually contracts the Ebola virus but becomes a carrier, leading to a gruesome rampage of murder and contamination.

    Why it’s essential: It walks a razor-thin line between dark comedy and grotesque horror. Wong’s performance is mesmerizing, and the film’s reputation for being "uncut" and "banned" in many territories has cemented its legendary status.

    Naked Killer (1992) Starring: Chingmy Yau, Simon Yam Directed by Clarence Fok, this is arguably the most stylish Cat III movie ever made. It is a neon-soaked, hyper-stylized action thriller about female assassins. While it contains ample nudity and sexual violence, it is best remembered for its incredible action choreography and the iconic performance of Chingmy Yau. It stands as a bridge between the erotic thriller and the heroic bloodshed genre.

    Sex and Zen (1991) Starring: Lawrence Ng, Amy Yip Based on a classic Chinese erotic novel, Sex and Zen became a massive box office hit. It is a costume drama focusing on the sexual escapades of a scholar. Unlike the grim crime films, this was designed as "soft-core" entertainment with high production values. It remains one of the highest-grossing Cat III films of all time and launched a wave of imitators.

    The Missing Header
    One sharp idea each week to help you handle messy spreadsheets, weird exports, and undocumented CSVs — faster and smarter.

    News  25th Apr, 2025: Tablecruncher goes Open Source!

    Features

    Open files bigger than 2GB and containing more than 15 million rows. Opening a 100MB CSV file with more than 500,000 lines takes less than 5 seconds on a dual-core Macbook Pro.
    Use Javascript as a macro language to manipulate your CSV files. A simple API gives you access to all cells and you can change cell content as well as do abitrary calculations.
    Export your table data to JSON. The exported JSON is an array-of-objects if there's a header row present in your CSV data. Otherwise you'll get an array-of-arrays.
    🗃
    Automatically detects most CSV file formats and file encodings for you. If you want, you can easily override the automatic detection and choose the appropriate CSV parameters.
    📄
    Open and save CSV files with one of these encodings: UTF-8, UTF-16LE, UTF-16BE, Latin-1 (ISO-8859-1) and Windows 1252 files. (These list will be extended in future updates.)
    🔎
    Use the powerful Find and Replace dialog to search for patterns in your table or in a selected area. Regular Expressions according to the ECMAScript 5 standard are supported.
    🎨
    Enjoy crunching your data with four beautifully designed color themes, including a dark theme that fits well with the Mac's dark mode.
    𝌘
    Flag rows manually or with the Find and Replace dialog and export flagged rows as a new CSV file.
    𝌅
    Modify your CSV data grid easily. You can sort lines alphabetically or numerically, move columns right or left or delete columns. Or set your first CSV row as a header row.

    FAQ

    What's the newest version?

    At the moment 1.8 is the most up-to-date version. Download here.

    What are CSV files?

    CSV files are text files containing tabular data. The fields of the tables are separated by a special character, usually a comma, while a line break denotes a new record. The abbreviation CSV stands for Comma Separated Values.

    Where's the formal definition for CSV files?

    There is no formal definition, it's an ad-hoc-format. There exists an RFC 4180 that describes a best practice approach, but it's in no way an official formal definition.

    Does Tablecruncher run on the latest macOS releases?

    Yes, the application runs on all macOS releases since 10.15 Catalina up to the newest macOS Sequoia (macOS 15).

    Will Tablecruncher run natively on Apple Silicon (ARM architecture)?

    Yes! Tablecruncher was one of the first applications to natively support Apple Silicon (ARM64) like M1, M2, M3 etc.
    Since version 1.7.0 Tablecruncher we offer a dedicated Apple Silicon version and a version for Intel Macs. This allows us to support older Intel Macs while concentrating on the newer macOS versions for Apple Silicon.

    What language and frameworks did you use to create Tablecruncher?

    Tablecruncher is written in C++17, using the GUI framework FLTK. UTF-8 handling is provided by UTF8-CPP. Duktape is the Javascript interpreter for the macro language and the JSON export routines are from Niels Lohmann's JSON libary.

    Why does Tablecruncher not look like a typical Mac application?

    To achieve the best possible performance, I decided to use C++ and the extremely fast FLTK toolkit. So, Tablecruncher is not written with an Apple-only tech stack. Result is a really fast application, but I know it never will win any design price. It aims to be a tool and like real tools it's not necessarily beautiful.

    I miss a feature. How can I request it being implemented?

    Just send an email to . I'll be happy to include it on my ever growing list of planned features, but make no promise that it'll ever be implemented.

    I don't like applications I have to install. Isn't there a web version available?

    There is! Head over to our free online CSV editor hosted at app.tablecruncher.com.

    What others are saying

    Not convinced yet? Head over to the GitHub repository to check out more details.

    Blog

    New beta for Tablecruncher 2

    May 31, 2023

    A new beta version of Tablecruncher 2 is available

    First early beta for Tablecruncher 2

    Dec 20, 2022

    A very early first beta version for the completely rewritten version 2 of Tablecruncher is available

    Roadmap for Version 2

    Sep 12, 2022

    The completely new version 2 for Tablecruncher is due this autumn.