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 | 質偲質偲^ | 100011101011111110001110110000111000111010111111100011101100001101011110 | 8ebf8ec38ebf8ec35e |
EUC-JP | 質偲質偲^ | 101111001100000110111100110001011011110011000001101111001100010101011110 | bcc1bcc5bcc1bcc55e |
UTF-8 | 質偲質偲^ | 11101000101100111010101011100101100000011011001011101000101100111010101011100101100000011011001001011110 | e8b3aae581b2e8b3aae581b25e |
UHC | 質?質?^ | 11110010111101010011111111110010111101010011111101011110 | f2f53ff2f53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)