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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 市荢^ | 1000111001110011111110111001010001011110 | 8e73fb945e |
EUC-JP | 市?^ | 10111011110101000011111101011110 | bbd43f5e |
UTF-8 | 市荢^ | 11100101101110001000001011101000100011011010001001011110 | e5b882e88da25e |
UHC | 市?^ | 11100011101111000011111101011110 | e3bc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)