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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 湲?蹄1^ | 1001111111010001001111111001001011111011100000100101000001011110 | 9fd13f92fb82505e |
EUC-JP | 湲?蹄1^ | 1101111011010011001111111100010011111101101000111011000101011110 | ded33fc4fda3b15e |
UTF-8 | 湲렣蹄1^ | 11100110101110011011001011101011101000001010001111101000101110011000010011101111101111001001000101011110 | e6b9b2eba0a3e8b984efbc915e |
UHC | 湲렣蹄1^ | 111010101011100010001110101101001111000010110100101000111011000101011110 | eab88eb4f0b4a3b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)