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?t^ | 0011111101110100001111110111010001011110 | 3f743f745e |
SJIS-WIN | ?t?t^ | 0011111101110100001111110111010001011110 | 3f743f745e |
EUC-JP | ?t?t^ | 0011111101110100001111110111010001011110 | 3f743f745e |
UTF-8 | 㵉t㵉t^ | 111000111011010110001001011101001110001110110101100010010111010001011110 | e3b58974e3b589745e |
UHC | ?t?t^ | 0011111101110100001111110111010001011110 | 3f743f745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)