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 | àÜäWwh | 111000001101110011100100010101110111011101101000 | e0dce4577768 |
SJIS-WIN | ???Wwh | 001111110011111100111111010101110111011101101000 | 3f3f3f577768 |
EUC-JP | àÜäWwh | 100011111010101110100010100011111010101011100100100011111010101110100011010101110111011101101000 | 8faba28faae48faba3577768 |
UTF-8 | àÜäWwh | 110000111010000011000011100111001100001110100100010101110111011101101000 | c3a0c39cc3a4577768 |
UHC | ???Wwh | 001111110011111100111111010101110111011101101000 | 3f3f3f577768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)