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 | 飮g?^ | 100111110101101010000010100001110011111101011110 | 9f5a82873f5e |
EUC-JP | 飮g?^ | 110111011011101110100011111001110011111101011110 | ddbba3e73f5e |
UTF-8 | 飮g툨^ | 11101001101000111010111011101111101111011000011111101101100010001010100001011110 | e9a3aeefbd87ed88a85e |
UHC | 飮g툨^ | 11101011111001101010001111100111101110001001111101011110 | ebe6a3e7b89f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)