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 | 石舌石舌^ | 100100001100111010010000111000111001000011001110100100001110001101011110 | 90ce90e390ce90e35e |
EUC-JP | 石舌石舌^ | 110000001101000011000000111001011100000011010000110000001110010101011110 | c0d0c0e5c0d0c0e55e |
UTF-8 | 石舌石舌^ | 11100111100111111011001111101000100010001000110011100111100111111011001111101000100010001000110001011110 | e79fb3e8888ce79fb3e8888c5e |
UHC | 石舌石舌^ | 111000001011010011100000110111111110000010110100111000001101111101011110 | e0b4e0dfe0b4e0df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)