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 | 襪恰庚 | 111001100100001110001010100001101000110101001101 | e6438a868d4d |
EUC-JP | 襪恰庚 | 111010111010010010110011111001101011100110101110 | eba4b3e6b9ae |
UTF-8 | 襪恰庚 | 111010001010010110101010111001101000000110110000111001011011101010011010 | e8a5aae681b0e5ba9a |
UHC | 襪恰庚 | 110110001100101011111101111001101100110011010010 | d8cafde6ccd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)