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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | ‘─x | 1000000101100101100001001001111101111000 | 8165849f78 |
EUC-JP | ‘─x | 1010000111000110101010001010000101111000 | a1c6a8a178 |
UTF-8 | ‘─x | 11100010100000001001100011100010100101001000000001111000 | e28098e2948078 |
UHC | ‘─x | 1010000110101110101001101010000101111000 | a1aea6a178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)