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 | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| SJIS-WIN | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| EUC-JP | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| UTF-8 | 횒횤철쨈처쨉O^ | 1110110110011010100100101110110110011010101001001110110010110010101000001110110010101000100010001110110010110010100110001110110010101000100010010100111101011110 | ed9a92ed9aa4ecb2a0eca888ecb298eca8894f5e |
| UHC | 횒횤철쨈처쨉O^ | 1100001110001101110000111001101111000011101101101100001010110100110000111011001111000010101101010100111101011110 | c38dc39bc3b6c2b4c3b3c2b54f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)