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 | ─│ | 10000100100111111000010010100000 | 849f84a0 |
EUC-JP | ─│ | 10101000101000011010100010100010 | a8a1a8a2 |
UTF-8 | ─│ | 111000101001010010000000111000101001010010000010 | e29480e29482 |
UHC | ─│ | 10100110101000011010011010100010 | a6a1a6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)