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 | ?Ff?H?XA | 0011111101000110011001100011111101001000001111110101100001000001 | 3f46663f483f5841 |
SJIS-WIN | ?Ff?H?XA | 0011111101000110011001100011111101001000001111110101100001000001 | 3f46663f483f5841 |
EUC-JP | ?Ff?H?XA | 0011111101000110011001100011111101001000001111110101100001000001 | 3f46663f483f5841 |
UTF-8 | 혪Ff혪H혪XA | 1110110110011000101010100100011001100110111011011001100010101010010010001110110110011000101010100101100001000001 | ed98aa4666ed98aa48ed98aa5841 |
UHC | 혪Ff혪H혪XA | 1100001010010010010001100110011011000010100100100100100011000010100100100101100001000001 | c2924666c29248c2925841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)