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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 謔画i@B | 1110011010000010100010011110011010000010100010010100000001000010 | e68289e682894042 |
EUC-JP | 謔画i@B | 1110101111100010101100101110100010100011111010010100000001000010 | ebe2b2e8a3e94042 |
UTF-8 | 謔画i@B | 1110100010101100100101001110011110010100101110111110111110111101100010010100000001000010 | e8ac94e794bbefbd894042 |
UHC | 謔?i@B | 11111001110011000011111110100011111010010100000001000010 | f9cc3fa3e94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)