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 | åë§æ | 11100101111010111010011111100110 | e5eba7e6 |
SJIS-WIN | ??§? | 0011111100111111100000011001100000111111 | 3f3f81983f |
EUC-JP | åë§æ | 1000111110101011101010011000111110101011101100111010000111111000100011111010100111000001 | 8faba98fabb3a1f88fa9c1 |
UTF-8 | åë§æ | 1100001110100101110000111010101111000010101001111100001110100110 | c3a5c3abc2a7c3a6 |
UHC | ??§æ | 001111110011111110100001110101111010100110100001 | 3f3fa1d7a9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)