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 | 100010110101100000111111001111111000101101011000001111110011111101000010 | 8b583f3f8b583f3f42 |
| EUC-JP | 宜??宜??B | 101101011011100100111111001111111011010110111001001111110011111101000010 | b5b93f3fb5b93f3f42 |
| UTF-8 | 宜녶댎宜녶댎B | 11100101101011101001110011101011100001011011011011101011100011001000111011100101101011101001110011101011100001011011011011101011100011001000111001000010 | e5ae9ceb85b6eb8c8ee5ae9ceb85b6eb8c8e42 |
| UHC | 宜녶댎宜녶댎B | 11101011111100011000011011100101100010001011011111101011111100011000011011100101100010001011011101000010 | ebf186e588b7ebf186e588b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)