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 | 0011111100111111111000010100000110000001101111000100000001101000 | 3f3fe14181bc4068 |
EUC-JP | ??瓣⊂@h | 0011111100111111111000011010001010100010101111100100000001101000 | 3f3fe1a2a2be4068 |
UTF-8 | 룶웬瓣⊂@h | 1110101110100011101101101110110010011011101011001110011110010011101000111110001010001010100000100100000001101000 | eba3b6ec9bace793a3e28a824068 |
UHC | 룶웬瓣⊂@h | 10001111101010111100000010100010111101111111101110100001111110000100000001101000 | 8fabc0a2f7fba1f84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)