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 | Áêí | 10001110110000011110101011101101 | 8ec1eaed |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?Áêí | 00111111100011111010101010100001100011111010101110110100100011111010101110111111 | 3f8faaa18fabb48fabbf |
UTF-8 | Áêí | 1100001010001110110000111000000111000011101010101100001110101101 | c28ec381c3aac3ad |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)