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^ | 00111111001111110111010001011110 | 3f3f745e |
SJIS-WIN | t^ | 111101111010011111110110101101000111010001011110 | f7a7f6b4745e |
EUC-JP | ??t^ | 00111111001111110111010001011110 | 3f3f745e |
UTF-8 | t^ | 1110111010010110100010101110111010010011100110110111010001011110 | ee968aee939b745e |
UHC | ??t^ | 00111111001111110111010001011110 | 3f3f745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)