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 | Pkk^ | 10010001010100001000100101101011100010010110101101011110 | 9150896b896b5e |
SJIS-WIN | ?P?k?k^ | 00111111010100000011111101101011001111110110101101011110 | 3f503f6b3f6b5e |
EUC-JP | ?P?k?k^ | 00111111010100000011111101101011001111110110101101011110 | 3f503f6b3f6b5e |
UTF-8 | Pkk^ | 11000010100100010101000011000010100010010110101111000010100010010110101101011110 | c29150c2896bc2896b5e |
UHC | ?P?k?k^ | 00111111010100000011111101101011001111110110101101011110 | 3f503f6b3f6b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)