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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟆冗x | 111001011011000010001111111001111000001010011000 | e5b08fe78298 |
EUC-JP | 蟆冗x | 111010101011001010111110111010011010001111111000 | eab2bee9a3f8 |
UTF-8 | 蟆冗x | 111010001001111110000110111001011000011010010111111011111011110110011000 | e89f86e58697efbd98 |
UHC | ?冗x | 0011111111101001101101111010001111111000 | 3fe9b7a3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)