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 | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
| SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
| EUC-JP | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
| UTF-8 | 렺책렺쩡렭렺려^ | 11101011101000001011101011101100101100011000010111101011101000001011101011101100101010011010000111101011101000001010110111101011101000001011101011101011101000001010010001011110 | eba0baecb185eba0baeca9a1eba0adeba0baeba0a45e |
| UHC | 렺책렺쩡렭렺려^ | 100011101100001011000011101001011000111011000010110000101100010010001110101110101000111011000010101101111100000101011110 | 8ec2c3a58ec2c2c48eba8ec2b7c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)