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??E | 0011111101001110001111110011111101000101 | 3f4e3f3f45 |
SJIS-WIN | ?N??E | 0011111101001110001111110011111101000101 | 3f4e3f3f45 |
EUC-JP | ?N??E | 0011111101001110001111110011111101000101 | 3f4e3f3f45 |
UTF-8 | 청N혦짹E | 1110110010110010101011010100111011101101100110001010011011101100101001111011100101000101 | ecb2ad4eed98a6eca7b945 |
UHC | 청N혦짹E | 1100001110111011010011101100001010001110110000101011000101000101 | c3bb4ec28ec2b145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)