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 | 質鰰質鰤^ | 100011101011111111101001110111101000111010111111111010011101110001011110 | 8ebfe9de8ebfe9dc5e |
EUC-JP | 質鰰質鰤^ | 101111001100000111110010111000001011110011000001111100101101111001011110 | bcc1f2e0bcc1f2de5e |
UTF-8 | 質鰰質鰤^ | 11101000101100111010101011101001101100001011000011101000101100111010101011101001101100001010010001011110 | e8b3aae9b0b0e8b3aae9b0a45e |
UHC | 質?質?^ | 11110010111101010011111111110010111101010011111101011110 | f2f53ff2f53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)