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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 娥??娥??B | 100110110100110100111111001111111001101101001101001111110011111101000010 | 9b4d3f3f9b4d3f3f42 |
| EUC-JP | 娥??娥??B | 110101011010111000111111001111111101010110101110001111110011111101000010 | d5ae3f3fd5ae3f3f42 |
| UTF-8 | 娥꼩뛌娥꼩뛌B | 11100101101010001010010111101010101111001010100111101011100110111000110011100101101010001010010111101010101111001010100111101011100110111000110001000010 | e5a8a5eabca9eb9b8ce5a8a5eabca9eb9b8c42 |
| UHC | 娥꼩뛌娥꼩뛌B | 11100100101100001000010010000110100011010100101011100100101100001000010010000110100011010100101001000010 | e4b084868d4ae4b084868d4a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)