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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 銖刃銖刃B | 111001111111000110010000011011101110011111110001100100000110111001000010 | e7f1906ee7f1906e42 |
EUC-JP | 銖刃銖刃B | 111011101111001110111111110011111110111011110011101111111100111101000010 | eef3bfcfeef3bfcf42 |
UTF-8 | 銖刃銖刃B | 11101001100010101001011011100101100010001000001111101001100010101001011011100101100010001000001101000010 | e98a96e58883e98a96e5888342 |
UHC | 銖刃銖刃B | 111000101100011111101100110100111110001011000111111011001101001101000010 | e2c7ecd3e2c7ecd342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)