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 | 誓夕誓夕^ | 100100001011111010010111010110111001000010111110100101110101101101011110 | 90be975b90be975b5e |
EUC-JP | 誓夕誓夕^ | 110000001100000011001101101111001100000011000000110011011011110001011110 | c0c0cdbcc0c0cdbc5e |
UTF-8 | 誓夕誓夕^ | 11101000101010101001001111100101101001001001010111101000101010101001001111100101101001001001010101011110 | e8aa93e5a495e8aa93e5a4955e |
UHC | 誓夕誓夕^ | 111000001010010111100000101010101110000010100101111000001010101001011110 | e0a5e0aae0a5e0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)