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 | 1001000001011011100111001000100101000110 | 905b9c8946 |
SJIS-WIN | ?[??F | 0011111101011011001111110011111101000110 | 3f5b3f3f46 |
EUC-JP | ?[??F | 0011111101011011001111110011111101000110 | 3f5b3f3f46 |
UTF-8 | [F | 1100001010010000010110111100001010011100110000101000100101000110 | c2905bc29cc28946 |
UHC | ?[??F | 0011111101011011001111110011111101000110 | 3f5b3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)