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 | 縡???^ | 111000110111000100111111001111110011111101011110 | e3713f3f3f5e |
EUC-JP | 縡???^ | 111001011101001000111111001111110011111101011110 | e5d23f3f3f5e |
UTF-8 | 縡렕罹렖^ | 11100111101110001010000111101011101000001001010111101111101001111010011011101011101000001001011001011110 | e7b8a1eba095efa7a6eba0965e |
UHC | 縡렕罹렖^ | 111011101010110110001110101010101110110010111010100011101010101101011110 | eead8eaaecba8eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)