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 | 湜質溿 | 111110110100011110001110101111111111101101001010 | fb478ebffb4a |
EUC-JP | 湜質溿 | 1000111111000111111111001011110011000001100011111100100010110001 | 8fc7fcbcc18fc8b1 |
UTF-8 | 湜質溿 | 111001101011100110011100111010001011001110101010111001101011101010111111 | e6b99ce8b3aae6babf |
UHC | 湜質? | 1110001111010111111100101111010100111111 | e3d7f2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)