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 | 僊^ | 100110010100000101011110 | 99415e |
EUC-JP | 僊^ | 110100011010001001011110 | d1a25e |
UTF-8 | 僊^ | 11100101100000111000101001011110 | e5838a5e |
UHC | 僊^ | 111000001011101001011110 | e0ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)