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 | ?F | 0011111101000110 | 3f46 |
SJIS-WIN | 蛭F | 100101010110011101000110 | 956746 |
EUC-JP | 蛭F | 110010011100100001000110 | c9c846 |
UTF-8 | 蛭F | 11101000100110111010110101000110 | e89bad46 |
UHC | 蛭F | 111100101111010001000110 | f2f446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)