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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 謝爾 | 111100001111100110001110110100111000111010100010 | f0f98ed38ea2 |
| EUC-JP | ?謝爾 | 0011111110111100110101011011110010100100 | 3fbcd5bca4 |
| UTF-8 | 謝爾 | 111011101000001010111000111010001010110010011101111001111000100010111110 | ee82b8e8ac9de788be |
| UHC | ?謝爾 | 0011111111011110111100111110110010110011 | 3fdef3ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)