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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 軆鮗筵E | 11100111010111001110100110111010111000101010010101000101 | e75ce9bae2a545 |
EUC-JP | 軆鮗筵E | 11101101101111011111001010111100111001001010011101000101 | edbdf2bce4a745 |
UTF-8 | 軆鮗筵E | 11101000101110111000011011101001101011101001011111100111101011011011010101000101 | e8bb86e9ae97e7adb545 |
UHC | ??筵E | 0011111100111111111001101101110101000101 | 3f3fe6dd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)