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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 曖?@h | 1001111001000010001111110100000001101000 | 9e423f4068 |
EUC-JP | 曖?@h | 1101101110100011001111110100000001101000 | dba33f4068 |
UTF-8 | 曖퇠@h | 1110011010011011100101101110110110000111101000000100000001101000 | e69b96ed87a04068 |
UHC | 曖퇠@h | 111001001111001010111000010100000100000001101000 | e4f2b8504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)