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 | ?Fb?IS | 001111110100011001100010001111110100100101010011 | 3f46623f4953 |
SJIS-WIN | ?Fb?IS | 001111110100011001100010001111110100100101010011 | 3f46623f4953 |
EUC-JP | ?Fb?IS | 001111110100011001100010001111110100100101010011 | 3f46623f4953 |
UTF-8 | 혪Fb혪IS | 11101101100110001010101001000110011000101110110110011000101010100100100101010011 | ed98aa4662ed98aa4953 |
UHC | 혪Fb혪IS | 1100001010010010010001100110001011000010100100100100100101010011 | c2924662c2924953 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)