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 | ?[ | 0011111101011011 | 3f5b |
SJIS-WIN | 吩[ | 100110011110010001011011 | 99e45b |
EUC-JP | 吩[ | 110100101110011001011011 | d2e65b |
UTF-8 | 吩[ | 11100101100100001010100101011011 | e590a95b |
UHC | 吩[ | 110111011100001101011011 | ddc35b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)