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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湜質湜 | 111110110100011110001110101111111111101101000111 | fb478ebffb47 |
EUC-JP | 湜質湜 | 1000111111000111111111001011110011000001100011111100011111111100 | 8fc7fcbcc18fc7fc |
UTF-8 | 湜質湜 | 111001101011100110011100111010001011001110101010111001101011100110011100 | e6b99ce8b3aae6b99c |
UHC | 湜質湜 | 111000111101011111110010111101011110001111010111 | e3d7f2f5e3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)