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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 臟捧?^ | 111001000110011010010101111110010011111101011110 | e46695f93f5e |
EUC-JP | 臟捧?^ | 111001111100011111001010111110110011111101011110 | e7c7cafb3f5e |
UTF-8 | 臟捧볼^ | 11101000100001111001111111100110100011011010011111101011101100111011110001011110 | e8879fe68da7ebb3bc5e |
UHC | 臟捧볼^ | 11101101111101001101110011101001101110101011110001011110 | edf4dce9babc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)