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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 챰첫혦쨉청횞 | 111011001011000110110000111011001011001010101011111011011001100010100110111011001010100010001001111011001011001010101101111011011001101010011110 | ecb1b0ecb2abed98a6eca889ecb2aded9a9e |
UHC | 챰첫혦쨉청횞 | 110000111011000111000011101110011100001010001110110000101011010111000011101110111100001110010111 | c3b1c3b9c28ec2b5c3bbc397 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)