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 | 11100010010101100011111101000010 | e2563f42 |
EUC-JP | 齋?B | 11100011101101110011111101000010 | e3b73f42 |
UTF-8 | 齋렏B | 11101001101111011000101111101011101000001000111101000010 | e9bd8beba08f42 |
UHC | 齋렏B | 1110111010110001100011101010010101000010 | eeb18ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)