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 | ?N???P?? | 0011111101001110001111110011111100111111010100000011111100111111 | 3f4e3f3f3f503f3f |
SJIS-WIN | ?N???P?? | 0011111101001110001111110011111100111111010100000011111100111111 | 3f4e3f3f3f503f3f |
EUC-JP | ?N???P?? | 0011111101001110001111110011111100111111010100000011111100111111 | 3f4e3f3f3f503f3f |
UTF-8 | 청N혦짰청P혦쩐 | 1110110010110010101011010100111011101101100110001010011011101100101001111011000011101100101100101010110101010000111011011001100010100110111011001010100110010000 | ecb2ad4eed98a6eca7b0ecb2ad50ed98a6eca990 |
UHC | 청N혦짰청P혦쩐 | 1100001110111011010011101100001010001110110000101010111011000011101110110101000011000010100011101100001010111110 | c3bb4ec28ec2aec3bb50c28ec2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)