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 | 禎?據 | 1001001011110101001111111001110110011111 | 92f53f9d9f |
| EUC-JP | 禎?據 | 1100010011110111001111111101101010100001 | c4f73fdaa1 |
| UTF-8 | 禎뀀據 | 111001111010011010001110111010111000000010000000111001101001001110011010 | e7a68eeb8080e6939a |
| UHC | 禎뀀據 | 111011111110111010110010111010111100101111100000 | efeeb2ebcbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)