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 | 湜質瀅 | 111110110100011110001110101111111111101101001110 | fb478ebffb4e |
EUC-JP | 湜質瀅 | 1000111111000111111111001011110011000001100011111100100110101011 | 8fc7fcbcc18fc9ab |
UTF-8 | 湜質瀅 | 111001101011100110011100111010001011001110101010111001111000000010000101 | e6b99ce8b3aae78085 |
UHC | 湜質瀅 | 111000111101011111110010111101011111101110100100 | e3d7f2f5fba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)