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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 嚴??預?? | 1001101010001110001111110011111110010111011000010011111100111111 | 9a8e3f3f97613f3f |
| EUC-JP | 嚴??預?? | 1101001111101110001111110011111111001101110000100011111100111111 | d3ee3f3fcdc23f3f |
| UTF-8 | 嚴띾젽預룸젔 | 111001011001101010110100111010111001110110111110111011001010000010111101111010011010000010010000111010111010001110111000111011001010000010010100 | e59ab4eb9dbeeca0bde9a090eba3b8eca094 |
| UHC | 嚴띾젽預룸젔 | 111001011111000110001101111010111010000010101111111001111110100010110111111010111010000010010010 | e5f18deba0afe7e8b7eba092 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)