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 | ?@?????? | 0011111101000000001111110011111100111111001111110011111100111111 | 3f403f3f3f3f3f3f |
| SJIS-WIN | ?@?????? | 0011111101000000001111110011111100111111001111110011111100111111 | 3f403f3f3f3f3f3f |
| EUC-JP | ?@?????? | 0011111101000000001111110011111100111111001111110011111100111111 | 3f403f3f3f3f3f3f |
| UTF-8 | 청@쨍챔혦쨘쩍쨩 | 11101100101100101010110101000000111011001010100010001101111011001011000110010100111011011001100010100110111011001010100010011000111011001010100110001101111011001010100010101001 | ecb2ad40eca88decb194ed98a6eca898eca98deca8a9 |
| UHC | 청@쨍챔혦쨘쩍쨩 | 110000111011101101000000110000101011100011000011101010001100001010001110110000101011101011000010101111011100001010111011 | c3bb40c2b8c3a8c28ec2bac2bdc2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)