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 | ?}G | 001111110111110101000111 | 3f7d47 |
SJIS-WIN | 額}G | 10001010011110100111110101000111 | 8a7a7d47 |
EUC-JP | 額}G | 10110011110110110111110101000111 | b3db7d47 |
UTF-8 | 額}G | 1110100110100001100011010111110101000111 | e9a18d7d47 |
UHC | 額}G | 11100100111111100111110101000111 | e4fe7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)