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 | àèè]à | 111000001110100011101000010111011001100011100000 | e0e8e85d98e0 |
SJIS-WIN | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
EUC-JP | àèè]?à | 1000111110101011101000101000111110101011101100101000111110101011101100100101110100111111100011111010101110100010 | 8faba28fabb28fabb25d3f8faba2 |
UTF-8 | àèè]à | 1100001110100000110000111010100011000011101010000101110111000010100110001100001110100000 | c3a0c3a8c3a85dc298c3a0 |
UHC | ???]?? | 001111110011111100111111010111010011111100111111 | 3f3f3f5d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)