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????? | 00111111010011100011111100111111001111110011111100111111 | 3f4e3f3f3f3f3f |
SJIS-WIN | ?N????? | 00111111010011100011111100111111001111110011111100111111 | 3f4e3f3f3f3f3f |
EUC-JP | ?N????? | 00111111010011100011111100111111001111110011111100111111 | 3f4e3f3f3f3f3f |
UTF-8 | 청N쩌챨짚짰청 | 11101100101100101010110101001110111011001010100110001100111011001011000110101000111011001010011110011010111011001010011110110000111011001011001010101101 | ecb2ad4eeca98cecb1a8eca79aeca7b0ecb2ad |
UHC | 청N쩌챨짚짰청 | 11000011101110110100111011000010101111001100001110110000110000101010010011000010101011101100001110111011 | c3bb4ec2bcc3b0c2a4c2aec3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)