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 | セ骼ス舎勺 | 1011111011101001100011101011110110001110110010011000111011011001 | bee98ebd8ec98ed9 |
| EUC-JP | セ骼ス舎勺 | 10001110101111101111000111101110100011101011110110111100110010111011110011011011 | 8ebef1ee8ebdbccbbcdb |
| UTF-8 | セ骼ス舎勺 | 111011111011110110111110111010011010101010111100111011111011110110111101111010001000100010001110111001011000101110111010 | efbdbee9aabcefbdbde8888ee58bba |
| UHC | ????勺 | 001111110011111100111111001111111110110111000011 | 3f3f3f3fedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)