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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 暎℡?A | 100111011111001110000111100001000011111101000001 | 9df387843f41 |
| EUC-JP | 暎??A | 1101101011110101001111110011111101000001 | daf53f3f41 |
| UTF-8 | 暎℡츒A | 11100110100110101000111011100010100001001010000111101100101110001001001001000001 | e69a8ee284a1ecb89241 |
| UHC | 暎℡츒A | 11100111101100101010001011100101101011101000110101000001 | e7b2a2e5ae8d41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)