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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??咽 | 00111111001111111000100011110100 | 3f3f88f4 |
| EUC-JP | ??咽 | 00111111001111111011000011110110 | 3f3fb0f6 |
| UTF-8 | 씻롒咽 | 111011001001010010111011111010111010000110010010111001011001001010111101 | ec94bbeba192e592bd |
| UHC | 씻롒咽 | 101111101100010010001110110101111110110011010110 | bec48ed7ecd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)