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 | {Sá}fB | 10011111011110110101001111100001011111010110011001000010 | 9f7b53e17d6642 |
SJIS-WIN | ?{S?}fB | 00111111011110110101001100111111011111010110011001000010 | 3f7b533f7d6642 |
EUC-JP | ?{Sá}fB | 001111110111101101010011100011111010101110100001011111010110011001000010 | 3f7b538faba17d6642 |
UTF-8 | {Sá}fB | 110000101001111101111011010100111100001110100001011111010110011001000010 | c29f7b53c3a17d6642 |
UHC | ?{S?}fB | 00111111011110110101001100111111011111010110011001000010 | 3f7b533f7d6642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)