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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鉗ェ逋「踞 | 1110011111100111101010101110011110011001101000101110011011110101 | e7e7aae799a2e6f5 |
| EUC-JP | 鉗ェ逋「踞 | 11101110111010011000111010101010111011011111100110001110101000101110110011110111 | eee98eaaedf98ea2ecf7 |
| UTF-8 | 鉗ェ逋「踞 | 111010011000100110010111111011111011110110101010111010011000000010001011111011111011110110100010111010001011100010011110 | e98997efbdaae9808befbda2e8b89e |
| UHC | 鉗?逋?踞 | 1100110011000110001111111111100011100111001111111100101111100110 | ccc63ff8e73fcbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)