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 | ûM±É | 11111011010011011011000111001001 | fb4db1c9 |
SJIS-WIN | ?M±? | 0011111101001101100000010111110100111111 | 3f4d817d3f |
EUC-JP | ûM±É | 100011111010101111100101010011011010000111011110100011111010101010110001 | 8fabe54da1de8faab1 |
UTF-8 | ûM±É | 11000011101110110100110111000010101100011100001110001001 | c3bb4dc2b1c389 |
UHC | ?M±? | 0011111101001101101000011011111000111111 | 3f4da1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)