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 | |v | 10011100011111001001110001110110 | 9c7c9c76 |
SJIS-WIN | ?|?v | 00111111011111000011111101110110 | 3f7c3f76 |
EUC-JP | ?|?v | 00111111011111000011111101110110 | 3f7c3f76 |
UTF-8 | |v | 110000101001110001111100110000101001110001110110 | c29c7cc29c76 |
UHC | ?|?v | 00111111011111000011111101110110 | 3f7c3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)