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íB | 111001000101000010000010111011011000111101000010 | e45082ed8f42 |
SJIS-WIN | ?P???B | 001111110101000000111111001111110011111101000010 | 3f503f3f3f42 |
EUC-JP | äP?í?B | 10001111101010111010001101010000001111111000111110101011101111110011111101000010 | 8faba3503f8fabbf3f42 |
UTF-8 | äPíB | 11000011101001000101000011000010100000101100001110101101110000101000111101000010 | c3a450c282c3adc28f42 |
UHC | ?P???B | 001111110101000000111111001111110011111101000010 | 3f503f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)