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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
| SJIS-WIN | 娃??B? | 100010001010000100111111001111110100001000111111 | 88a13f3f423f |
| EUC-JP | 娃??B? | 101100001010001100111111001111110100001000111111 | b0a33f3f423f |
| UTF-8 | 娃띰쉠B裂 | 11100101101010001000001111101011100111011011000011101100100010011010000001000010111011111010011010100000 | e5a883eb9db0ec89a042efa6a0 |
| UHC | 娃띰쉠B裂 | 111010001101111110110110111011111011110110101010010000101110011011110001 | e8dfb6efbdaa42e6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)