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 | àÛçâèá | 111000001101101111100111111000101110100011100001 | e0dbe7e2e8e1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | àÛçâèá | 100011111010101110100010100011111010101011100101100011111010101110101110100011111010101110100100100011111010101110110010100011111010101110100001 | 8faba28faae58fabae8faba48fabb28faba1 |
UTF-8 | àÛçâèá | 110000111010000011000011100110111100001110100111110000111010001011000011101010001100001110100001 | c3a0c39bc3a7c3a2c3a8c3a1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)