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 | ?t^ | 001111110111010001011110 | 3f745e |
SJIS-WIN | t^ | 11110111101011000111010001011110 | f7ac745e |
EUC-JP | ?t^ | 001111110111010001011110 | 3f745e |
UTF-8 | t^ | 1110111010010110100011110111010001011110 | ee968f745e |
UHC | ?t^ | 001111110111010001011110 | 3f745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)