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???N?? | 0011111101001010001111110011111100111111010011100011111100111111 | 3f4a3f3f3f4e3f3f |
SJIS-WIN | ?J???N?? | 0011111101001010001111110011111100111111010011100011111100111111 | 3f4a3f3f3f4e3f3f |
EUC-JP | ?J???N?? | 0011111101001010001111110011111100111111010011100011111100111111 | 3f4a3f3f3f4e3f3f |
UTF-8 | 청J혦쨌청N혦짰 | 1110110010110010101011010100101011101101100110001010011011101100101010001000110011101100101100101010110101001110111011011001100010100110111011001010011110110000 | ecb2ad4aed98a6eca88cecb2ad4eed98a6eca7b0 |
UHC | 청J혦쨌청N혦짰 | 1100001110111011010010101100001010001110110000101011011111000011101110110100111011000010100011101100001010101110 | c3bb4ac28ec2b7c3bb4ec28ec2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)