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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 揄??@h | 100111011000100100111111001111110100000001101000 | 9d893f3f4068 |
EUC-JP | 揄??@h | 110110011110100100111111001111110100000001101000 | d9e93f3f4068 |
UTF-8 | 揄븍찠@h | 1110011010001111100001001110101110111000100011011110110010110000101000000100000001101000 | e68f84ebb88decb0a04068 |
UHC | 揄븍찠@h | 1110101011110001101110101110101110101001100111100100000001101000 | eaf1baeba99e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)