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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 即旦息測 | 1001000110100110100100100101010110010001101001111001000110101010 | 91a6925591a791aa |
| EUC-JP | 即旦息測 | 1100001010101000110000111011011011000010101010011100001010101100 | c2a8c3b6c2a9c2ac |
| UTF-8 | 即旦息測 | 111001011000110110110011111001101001011110100110111001101000000110101111111001101011100010101100 | e58db3e697a6e681afe6b8ac |
| UHC | ?旦息測 | 00111111110100111010100111100011110100111111011010110100 | 3fd3a9e3d3f6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)