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íQ | 111001010101000010001100111011011000111101010001 | e5508ced8f51 |
SJIS-WIN | ?P???Q | 001111110101000000111111001111110011111101010001 | 3f503f3f3f51 |
EUC-JP | åP?í?Q | 10001111101010111010100101010000001111111000111110101011101111110011111101010001 | 8faba9503f8fabbf3f51 |
UTF-8 | åPíQ | 11000011101001010101000011000010100011001100001110101101110000101000111101010001 | c3a550c28cc3adc28f51 |
UHC | ?P???Q | 001111110101000000111111001111110011111101010001 | 3f503f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)