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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邱壻サカ謾カ | 111001111011011110011010111001001011101110110110111001101001010010110110 | e7b79ae4bbb6e694b6 |
EUC-JP | 邱壻サカ謾カ | 111011101011100111010100111001101000111010111011100011101011011011101011111101001000111010110110 | eeb9d4e68ebb8eb6ebf48eb6 |
UTF-8 | 邱壻サカ謾カ | 111010011000001010110001111001011010001110111011111011111011110110111011111011111011110110110110111010001010110010111110111011111011110110110110 | e982b1e5a3bbefbdbbefbdb6e8acbeefbdb6 |
UHC | 邱壻???? | 1100111111001000110111111110101100111111001111110011111100111111 | cfc8dfeb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)