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à | 10010001010100001000101011100000 | 91508ae0 |
SJIS-WIN | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
EUC-JP | ?P?à | 001111110101000000111111100011111010101110100010 | 3f503f8faba2 |
UTF-8 | Pà | 11000010100100010101000011000010100010101100001110100000 | c29150c28ac3a0 |
UHC | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)