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 | 001111110100111000111111001111110011111101010000 | 3f4e3f3f3f50 |
SJIS-WIN | ?N???P | 001111110100111000111111001111110011111101010000 | 3f4e3f3f3f50 |
EUC-JP | ?N???P | 001111110100111000111111001111110011111101010000 | 3f4e3f3f3f50 |
UTF-8 | 청N혦짜청P | 1110110010110010101011010100111011101101100110001010011011101100101001111001110011101100101100101010110101010000 | ecb2ad4eed98a6eca79cecb2ad50 |
UHC | 청N혦짜청P | 11000011101110110100111011000010100011101100001010100101110000111011101101010000 | c3bb4ec28ec2a5c3bb50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)