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 | セ赳セ璽 | 101111101110011011100000101111101000111010100011 | bee6e0be8ea3 |
| EUC-JP | セ赳セ璽 | 1000111010111110111011001110001010001110101111101011110010100101 | 8ebeece28ebebca5 |
| UTF-8 | セ赳セ璽 | 111011111011110110111110111010001011010110110011111011111011110110111110111001111001001010111101 | efbdbee8b5b3efbdbee792bd |
| UHC | ?赳?璽 | 001111111101000010101111001111111101111111011110 | 3fd0af3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)