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â^ | 1001000101010000111000101000010001011110 | 9150e2845e |
SJIS-WIN | ?P??^ | 0011111101010000001111110011111101011110 | 3f503f3f5e |
EUC-JP | ?Pâ?^ | 00111111010100001000111110101011101001000011111101011110 | 3f508faba43f5e |
UTF-8 | Pâ^ | 1100001010010001010100001100001110100010110000101000010001011110 | c29150c3a2c2845e |
UHC | ?P??^ | 0011111101010000001111110011111101011110 | 3f503f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)