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àPh | 100010101110000010010001010100001000101011100000100100010101000001101000 | 8ae091508ae0915068 |
SJIS-WIN | ???P???Ph | 001111110011111100111111010100000011111100111111001111110101000001101000 | 3f3f3f503f3f3f5068 |
EUC-JP | ?à?P?à?Ph | 00111111100011111010101110100010001111110101000000111111100011111010101110100010001111110101000001101000 | 3f8faba23f503f8faba23f5068 |
UTF-8 | àPàPh | 110000101000101011000011101000001100001010010001010100001100001010001010110000111010000011000010100100010101000001101000 | c28ac3a0c29150c28ac3a0c2915068 |
UHC | ???P???Ph | 001111110011111100111111010100000011111100111111001111110101000001101000 | 3f3f3f503f3f3f5068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)