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 | àÛàÙèí | 111000001101101111100000110110011110100011101101 | e0dbe0d9e8ed |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | àÛàÙèí | 100011111010101110100010100011111010101011100101100011111010101110100010100011111010101011100011100011111010101110110010100011111010101110111111 | 8faba28faae58faba28faae38fabb28fabbf |
UTF-8 | àÛàÙèí | 110000111010000011000011100110111100001110100000110000111001100111000011101010001100001110101101 | c3a0c39bc3a0c399c3a8c3ad |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)