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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 糺耋^ | 1110001011111011111000111100110101011110 | e2fbe3cd5e |
EUC-JP | 糺耋^ | 1110010011111101111001101100111101011110 | e4fde6cf5e |
UTF-8 | 糺耋^ | 11100111101100111011101011101000100000001000101101011110 | e7b3bae8808b5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)