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á}Z | 100111110111101101010011111000010111110101011010 | 9f7b53e17d5a |
SJIS-WIN | ?{S?}Z | 001111110111101101010011001111110111110101011010 | 3f7b533f7d5a |
EUC-JP | ?{Sá}Z | 0011111101111011010100111000111110101011101000010111110101011010 | 3f7b538faba17d5a |
UTF-8 | {Sá}Z | 1100001010011111011110110101001111000011101000010111110101011010 | c29f7b53c3a17d5a |
UHC | ?{S?}Z | 001111110111101101010011001111110111110101011010 | 3f7b533f7d5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)