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 | 100110001101011101000111 | 98d747 |
SJIS-WIN | ?×G | 00111111100000010111111001000111 | 3f817e47 |
EUC-JP | ?×G | 00111111101000011101111101000111 | 3fa1df47 |
UTF-8 | ×G | 1100001010011000110000111001011101000111 | c298c39747 |
UHC | ?×G | 00111111101000011011111101000111 | 3fa1bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)