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 | PkBP | 1001000101010000100010010110101110010001010000101001000101010000 | 9150896b91429150 |
SJIS-WIN | ?P?k?B?P | 0011111101010000001111110110101100111111010000100011111101010000 | 3f503f6b3f423f50 |
EUC-JP | ?P?k?B?P | 0011111101010000001111110110101100111111010000100011111101010000 | 3f503f6b3f423f50 |
UTF-8 | PkBP | 110000101001000101010000110000101000100101101011110000101001000101000010110000101001000101010000 | c29150c2896bc29142c29150 |
UHC | ?P?k?B?P | 0011111101010000001111110110101100111111010000100011111101010000 | 3f503f6b3f423f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)