To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娼ハ?讓冐 | 1000111110101001110010100011111111100110101010001110001111101100 | 8fa9ca3fe6a8e3ec |
EUC-JP | 娼ハ繐讓冐 | 1011111010101011100011101100101010001111110101001101001111101100101010101110011011101110 | beab8eca8fd4d3ecaae6ee |
UTF-8 | 娼ハ繐讓冐 | 111001011010100010111100111011111011111010001010111001111011100110010000111010001010111010010011111001011000011010010000 | e5a8bcefbe8ae7b990e8ae93e58690 |
UHC | 娼??讓? | 11110011110111100011111100111111111001011101001100111111 | f3de3f3fe5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)