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 | 質聳質聢^ | 100011101011111111100011110111101000111010111111111000111101110001011110 | 8ebfe3de8ebfe3dc5e |
EUC-JP | 質聳質聢^ | 101111001100000111100110111000001011110011000001111001101101111001011110 | bcc1e6e0bcc1e6de5e |
UTF-8 | 質聳質聢^ | 11101000101100111010101011101000100000011011001111101000101100111010101011101000100000011010001001011110 | e8b3aae881b3e8b3aae881a25e |
UHC | 質聳質?^ | 1111001011110101111010011100011011110010111101010011111101011110 | f2f5e9c6f2f53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)