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 | 100011101110000001000111 | 8ee047 |
EUC-JP | 錫G | 101111001110001001000111 | bce247 |
UTF-8 | 錫G | 11101001100011001010101101000111 | e98cab47 |
UHC | 錫G | 111000001011100001000111 | e0b847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)