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 | äè߸ | 11100100111010001101111110111000 | e4e8dfb8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | äè߸ | 100011111010101110100011100011111010101110110010100011111010100111001110100011111010001010110001 | 8faba38fabb28fa9ce8fa2b1 |
UTF-8 | äè߸ | 1100001110100100110000111010100011000011100111111100001010111000 | c3a4c3a8c39fc2b8 |
UHC | ??߸ | 001111110011111110101001101011001010001010101100 | 3f3fa9aca2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)