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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 饒??暎 | 111010010110000000111111001111111001110111110011 | e9603f3f9df3 |
| EUC-JP | 饒??暎 | 111100011100000100111111001111111101101011110101 | f1c13f3fdaf5 |
| UTF-8 | 饒뤹낭暎 | 111010011010010110010010111010111010010010111001111010111000001010101101111001101001101010001110 | e9a592eba4b9eb82ade69a8e |
| UHC | 饒뤹낭暎 | 1110100110101110100011111110011110110011101101101110011110110010 | e9ae8fe7b3b6e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)