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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淫?戀 | 1000100011111010001111111001110011110110 | 88fa3f9cf6 |
EUC-JP | 淫?戀 | 1011000011111100001111111101100011111000 | b0fc3fd8f8 |
UTF-8 | 淫멱戀 | 111001101011011110101011111010111010100110110001111001101000100010000000 | e6b7abeba9b1e68880 |
UHC | 淫멱戀 | 111010111110001010111000111010001101010111111100 | ebe2b8e8d5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)