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 | 蝟溽離 | 111001011001011010011111111001111001011110100011 | e5969fe797a3 |
EUC-JP | 蝟溽離 | 111010011111011011011110111010011100111010100101 | e9f6dee9cea5 |
UTF-8 | 蝟溽離 | 111010001001110110011111111001101011101010111101111010011001101110100010 | e89d9fe6babde99ba2 |
UHC | 蝟?離 | 1110101011011010001111111101011111101110 | eada3fd7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)