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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 曖碩 | 10011110010000101001000011010111 | 9e4290d7 |
EUC-JP | 曖碩 | 11011011101000111100000011011001 | dba3c0d9 |
UTF-8 | 曖碩 | 111001101001101110010110111001111010001010101001 | e69b96e7a2a9 |
UHC | 曖碩 | 11100100111100101110000010110101 | e4f2e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)