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 | àÛàÛèá | 111000001101101111100000110110111110100011100001 | e0dbe0dbe8e1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | àÛàÛèá | 100011111010101110100010100011111010101011100101100011111010101110100010100011111010101011100101100011111010101110110010100011111010101110100001 | 8faba28faae58faba28faae58fabb28faba1 |
UTF-8 | àÛàÛèá | 110000111010000011000011100110111100001110100000110000111001101111000011101010001100001110100001 | c3a0c39bc3a0c39bc3a8c3a1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)