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 | àÐàËh | 1110000011010000111000001100101101101000 | e0d0e0cb68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | à?àËh | 1000111110101011101000100011111110001111101010111010001010001111101010101011001101101000 | 8faba23f8faba28faab368 |
UTF-8 | àÐàËh | 110000111010000011000011100100001100001110100000110000111000101101101000 | c3a0c390c3a0c38b68 |
UHC | ?Ð??h | 001111111010100010100010001111110011111101101000 | 3fa8a23f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)