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 | 質袱質袰^ | 100011101011111111100101110111101000111010111111111001011101110001011110 | 8ebfe5de8ebfe5dc5e |
EUC-JP | 質袱質袰^ | 101111001100000111101010111000001011110011000001111010101101111001011110 | bcc1eae0bcc1eade5e |
UTF-8 | 質袱質袰^ | 11101000101100111010101011101000101000101011000111101000101100111010101011101000101000101011000001011110 | e8b3aae8a2b1e8b3aae8a2b05e |
UHC | 質?質?^ | 11110010111101010011111111110010111101010011111101011110 | f2f53ff2f53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)