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 | 喇犹瑟^ | 10011010011010001110000010111001111000001110110001011110 | 9a68e0b9e0ec5e |
EUC-JP | 喇犹瑟^ | 11010011110010011110000010111011111000001110111001011110 | d3c9e0bbe0ee5e |
UTF-8 | 喇犹瑟^ | 11100101100101101000011111100111100010101011100111100111100100011001111101011110 | e59687e78ab9e7919f5e |
UHC | 喇?瑟^ | 110101001111101000111111111000111010001001011110 | d4fa3fe3a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)