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 | 솰솝咽 | 111011001000011010110000111011001000011010011101111001011001001010111101 | ec86b0ec869de592bd |
| UHC | 솰솝咽 | 101111001110000010111100110110011110110011010110 | bce0bcd9ecd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)