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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 題???P | 100100011110100000111111001111110011111101010000 | 91e83f3f3f50 |
EUC-JP | 題???P | 110000101110101000111111001111110011111101010000 | c2ea3f3f3f50 |
UTF-8 | 題ㆁ렰렗P | 11101001101000011000110011100011100001101000000111101011101000001011000011101011101000001001011101010000 | e9a18ce38681eba0b0eba09750 |
UHC | 題ㆁ렰렗P | 111100001011100110100100111100011000111010111101100011101010110001010000 | f0b9a4f18ebd8eac50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)