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 | 101101000101111001000110 | b45e46 |
SJIS-WIN | ´^F | 10000001010011000101111001000110 | 814c5e46 |
EUC-JP | ´^F | 10100001101011010101111001000110 | a1ad5e46 |
UTF-8 | ´^F | 11000010101101000101111001000110 | c2b45e46 |
UHC | ´^F | 10100010101001010101111001000110 | a2a55e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)