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 | 1110110010110010101011010101000011101100101100011000110011101100101100011011000001000010 | ecb2ad50ecb18cecb1b042 |
UHC | 청P챌챰B | 1100001110111011010100001100001110100111110000111011000101000010 | c3bb50c3a7c3b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)