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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 闌ォ蛻キh | 11101000100011001010101111100101100010001011011101101000 | e88cabe588b768 |
EUC-JP | 闌ォ蛻キh | 111011111110110010001110101010111110100111101000100011101011011101101000 | efec8eabe9e88eb768 |
UTF-8 | 闌ォ蛻キh | 11101001100101111000110011101111101111011010101111101000100110111011101111101111101111011011011101101000 | e9978cefbdabe89bbbefbdb768 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)