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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | ?雩??@h | 0011111110001111111001101111101000111111001111110100000001101000 | 3f8fe6fa3f3f4068 |
UTF-8 | 뤯雩륨렟@h | 1110101110100100101011111110100110011011101010011110101110100101101010001110101110100000100111110100000001101000 | eba4afe99ba9eba5a8eba09f4068 |
UHC | 뤯雩륨렟@h | 10001111110111011110100111101100101101111111110110001110101100000100000001101000 | 8fdde9ecb7fd8eb04068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)