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 | ?雕? | 00111111111010001011100000111111 | 3fe8b83f |
| EUC-JP | ?雕? | 00111111111100001011101000111111 | 3ff0ba3f |
| UTF-8 | 솰雕솎 | 111011001000011010110000111010011001101110010101111011001000011010001110 | ec86b0e99b95ec868e |
| UHC | 솰雕솎 | 101111001110000011110000111001111011110011010100 | bce0f0e7bcd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)