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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 娃?俄B | 100010001010000100111111100010011110001001000010 | 88a13f89e242 |
| EUC-JP | 娃?俄B | 101100001010001100111111101100101110010001000010 | b0a33fb2e442 |
| UTF-8 | 娃뀐俄B | 11100101101010001000001111101011100000001001000011100100101111111000010001000010 | e5a883eb8090e4bf8442 |
| UHC | 娃뀐俄B | 11101000110111111011001011101111111001001010110101000010 | e8dfb2efe4ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)