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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 齋?E | 11100010010101100011111101000101 | e2563f45 |
EUC-JP | 齋?E | 11100011101101110011111101000101 | e3b73f45 |
UTF-8 | 齋렔E | 11101001101111011000101111101011101000001001010001000101 | e9bd8beba09445 |
UHC | 齋렔E | 1110111010110001100011101010100101000101 | eeb18ea945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)