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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | ?經??@h | 00111111111000110101001100111111001111110100000001101000 | 3fe3533f3f4068 |
EUC-JP | 饔經??@h | 100011111110100011101111111001011011010000111111001111110100000001101000 | 8fe8efe5b43f3f4068 |
UTF-8 | 饔經렪렗@h | 1110100110100101100101001110011110110110100100111110101110100000101010101110101110100000100101110100000001101000 | e9a594e7b693eba0aaeba0974068 |
UHC | 饔經렪렗@h | 11101000101111011100110011101000100011101011100010001110101011000100000001101000 | e8bdcce88eb88eac4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)