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 | ?J???J?? | 0011111101001010001111110011111100111111010010100011111100111111 | 3f4a3f3f3f4a3f3f |
SJIS-WIN | ?J???J?? | 0011111101001010001111110011111100111111010010100011111100111111 | 3f4a3f3f3f4a3f3f |
EUC-JP | ?J???J?? | 0011111101001010001111110011111100111111010010100011111100111111 | 3f4a3f3f3f4a3f3f |
UTF-8 | 청J혦쨍청J혦쨍 | 1110110010110010101011010100101011101101100110001010011011101100101010001000110111101100101100101010110101001010111011011001100010100110111011001010100010001101 | ecb2ad4aed98a6eca88decb2ad4aed98a6eca88d |
UHC | 청J혦쨍청J혦쨍 | 1100001110111011010010101100001010001110110000101011100011000011101110110100101011000010100011101100001010111000 | c3bb4ac28ec2b8c3bb4ac28ec2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)