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 | ?X?????? | 0011111101011000001111110011111100111111001111110011111100111111 | 3f583f3f3f3f3f3f |
SJIS-WIN | ?X?????? | 0011111101011000001111110011111100111111001111110011111100111111 | 3f583f3f3f3f3f3f |
EUC-JP | ?X?????? | 0011111101011000001111110011111100111111001111110011111100111111 | 3f583f3f3f3f3f3f |
UTF-8 | 청X혦짠청횥횙짝 | 11101100101100101010110101011000111011011001100010100110111011001010011110100000111011001011001010101101111011011001101010100101111011011001101010011001111011001010011110011101 | ecb2ad58ed98a6eca7a0ecb2aded9aa5ed9a99eca79d |
UHC | 청X혦짠청횥횙짝 | 110000111011101101011000110000101000111011000010101001111100001110111011110000111001110011000011100100111100001010100110 | c3bb58c28ec2a7c3bbc39cc393c2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)