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 | 111110110100011110001110101111111111101101000111100011101011111101000010 | fb478ebffb478ebf42 |
EUC-JP | 湜質湜質B | 1000111111000111111111001011110011000001100011111100011111111100101111001100000101000010 | 8fc7fcbcc18fc7fcbcc142 |
UTF-8 | 湜質湜質B | 11100110101110011001110011101000101100111010101011100110101110011001110011101000101100111010101001000010 | e6b99ce8b3aae6b99ce8b3aa42 |
UHC | 湜質湜質B | 111000111101011111110010111101011110001111010111111100101111010101000010 | e3d7f2f5e3d7f2f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)