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 | ^á} | 10011010010111101110000101111101 | 9a5ee17d |
SJIS-WIN | ?^?} | 00111111010111100011111101111101 | 3f5e3f7d |
EUC-JP | ?^á} | 001111110101111010001111101010111010000101111101 | 3f5e8faba17d |
UTF-8 | ^á} | 110000101001101001011110110000111010000101111101 | c29a5ec3a17d |
UHC | ?^?} | 00111111010111100011111101111101 | 3f5e3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)