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 | 10001010111000000100011001000010 | 8ae04642 |
SJIS-WIN | ??FB | 00111111001111110100011001000010 | 3f3f4642 |
EUC-JP | ?àFB | 001111111000111110101011101000100100011001000010 | 3f8faba24642 |
UTF-8 | àFB | 110000101000101011000011101000000100011001000010 | c28ac3a04642 |
UHC | ??FB | 00111111001111110100011001000010 | 3f3f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)