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 | 罍冗勧^ | 11100011101000011000111111100111100010101010100101011110 | e3a18fe78aa95e |
EUC-JP | 罍冗勧^ | 11100110101000111011111011101001101101001010101101011110 | e6a3bee9b4ab5e |
UTF-8 | 罍冗勧^ | 11100111101111011000110111100101100001101001011111100101100010111010011101011110 | e7bd8de58697e58ba75e |
UHC | ?冗?^ | 0011111111101001101101110011111101011110 | 3fe9b73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)