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 | ?V???V??B | 001111110101011000111111001111110011111101010110001111110011111101000010 | 3f563f3f3f563f3f42 |
| SJIS-WIN | ?V???V??B | 001111110101011000111111001111110011111101010110001111110011111101000010 | 3f563f3f3f563f3f42 |
| EUC-JP | ?V???V??B | 001111110101011000111111001111110011111101010110001111110011111101000010 | 3f563f3f3f563f3f42 |
| UTF-8 | 청V혦째청V혦째B | 111011001011001010101101010101101110110110011000101001101110110010100111101110001110110010110010101011010101011011101101100110001010011011101100101001111011100001000010 | ecb2ad56ed98a6eca7b8ecb2ad56ed98a6eca7b842 |
| UHC | 청V혦째청V혦째B | 110000111011101101010110110000101000111011000010101100001100001110111011010101101100001010001110110000101011000001000010 | c3bb56c28ec2b0c3bb56c28ec2b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)