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 | 玩^ | 100010101101111101011110 | 8adf5e |
EUC-JP | 玩^ | 101101001110000101011110 | b4e15e |
UTF-8 | 玩^ | 11100111100011101010100101011110 | e78ea95e |
UHC | 玩^ | 111010001100110001011110 | e8cc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)