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 | 蒻ラ勧^ | 11100100111010001000001110001001100010101010100101011110 | e4e883898aa95e |
EUC-JP | 蒻ラ勧^ | 11101000111010101010010111101001101101001010101101011110 | e8eaa5e9b4ab5e |
UTF-8 | 蒻ラ勧^ | 11101000100100101011101111100011100000111010100111100101100010111010011101011110 | e892bbe383a9e58ba75e |
UHC | 蒻ラ?^ | 111001011011011010101011111010010011111101011110 | e5b6abe93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)