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 | 0011111101000111 | 3f47 |
SJIS-WIN | 釗G | 111110111011101101000111 | fbbb47 |
EUC-JP | 釗G | 10001111111000111010011001000111 | 8fe3a647 |
UTF-8 | 釗G | 11101001100001111001011101000111 | e9879747 |
UHC | 釗G | 111000011111001001000111 | e1f247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)