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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?盒??? | 001111111110000110110100001111110011111100111111 | 3fe1b43f3f3f |
| EUC-JP | ?盒??? | 001111111110001010110110001111110011111100111111 | 3fe2b63f3f3f |
| UTF-8 | 뤯盒톽卨렏 | 111010111010010010101111111001111001101110010010111011011000011010111101111001011000110110101000111010111010000010001111 | eba4afe79b92ed86bde58da8eba08f |
| UHC | 뤯盒톽卨렏 | 10001111110111011111100111101100101101111000111111100000110110011000111010100101 | 8fddf9ecb78fe0d98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)