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 | 詔宗詔宗^ | 100011111101100110001111010000001000111111011001100011110100000001011110 | 8fd98f408fd98f405e |
EUC-JP | 詔宗詔宗^ | 101111101101101110111101101000011011111011011011101111011010000101011110 | bedbbda1bedbbda15e |
UTF-8 | 詔宗詔宗^ | 11101000101010011001010011100101101011101001011111101000101010011001010011100101101011101001011101011110 | e8a994e5ae97e8a994e5ae975e |
UHC | 詔宗詔宗^ | 111100001101111111110000111100111111000011011111111100001111001101011110 | f0dff0f3f0dff0f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)