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^ | 00111111001111110111010000111111001111110111010001011110 | 3f3f743f3f745e |
SJIS-WIN | ?豢t?豢t^ | 001111111110011010110100011101000011111111100110101101000111010001011110 | 3fe6b4743fe6b4745e |
EUC-JP | 嶴豢t嶴豢t^ | 10001111101110111111001111101100101101100111010010001111101110111111001111101100101101100111010001011110 | 8fbbf3ecb6748fbbf3ecb6745e |
UTF-8 | 嶴豢t嶴豢t^ | 111001011011011010110100111010001011000110100010011101001110010110110110101101001110100010110001101000100111010001011110 | e5b6b4e8b1a274e5b6b4e8b1a2745e |
UHC | ??t??t^ | 00111111001111110111010000111111001111110111010001011110 | 3f3f743f3f745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)