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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 域?B | 10001000111001100011111101000010 | 88e63f42 |
EUC-JP | 域?B | 10110000111010000011111101000010 | b0e83f42 |
UTF-8 | 域탖B | 11100101100111111001111111101101100000111001011001000010 | e59f9fed839642 |
UHC | 域탖B | 1110011010110100101101010111011001000010 | e6b4b57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)