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 | 1000101011100000100010101110000010010110111011111001000101010000 | 8ae08ae096ef9150 |
SJIS-WIN | ???????P | 0011111100111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f3f50 |
EUC-JP | ?à?à?ï?P | 0011111110001111101010111010001000111111100011111010101110100010001111111000111110101011110000010011111101010000 | 3f8faba23f8faba23f8fabc13f50 |
UTF-8 | ààïP | 110000101000101011000011101000001100001010001010110000111010000011000010100101101100001110101111110000101001000101010000 | c28ac3a0c28ac3a0c296c3afc29150 |
UHC | ???????P | 0011111100111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)