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 | ?P??B | 0011111101010000001111110011111101000010 | 3f503f3f42 |
SJIS-WIN | ?P??B | 0011111101010000001111110011111101000010 | 3f503f3f42 |
EUC-JP | ?P??B | 0011111101010000001111110011111101000010 | 3f503f3f42 |
UTF-8 | 청P혦쩐B | 1110110010110010101011010101000011101101100110001010011011101100101010011001000001000010 | ecb2ad50ed98a6eca99042 |
UHC | 청P혦쩐B | 1100001110111011010100001100001010001110110000101011111001000010 | c3bb50c28ec2be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)