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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 森^ | 100100000101100001011110 | 90585e |
EUC-JP | 森^ | 101111111011100101011110 | bfb95e |
UTF-8 | 森^ | 11100110101000111010111001011110 | e6a3ae5e |
UHC | 森^ | 110111111011010101011110 | dfb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)