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\B | 11100110010001101000111110001011100001000101110001000010 | e6468f8b845c42 |
SJIS-WIN | ?F???\B | 00111111010001100011111100111111001111110101110001000010 | 3f463f3f3f5c42 |
EUC-JP | æF???\B | 100011111010100111000001010001100011111100111111001111110101110001000010 | 8fa9c1463f3f3f5c42 |
UTF-8 | æF\B | 1100001110100110010001101100001010001111110000101000101111000010100001000101110001000010 | c3a646c28fc28bc2845c42 |
UHC | æF???\B | 1010100110100001010001100011111100111111001111110101110001000010 | a9a1463f3f3f5c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)