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 | 冪^ | 100110010111000001011110 | 99705e |
EUC-JP | 冪^ | 110100011101000101011110 | d1d15e |
UTF-8 | 冪^ | 11100101100001101010101001011110 | e586aa5e |
UHC | 冪^ | 110110001111000101011110 | d8f15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)