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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魃悌請 | 111010011010111110010010111011101001000010111111 | e9af92ee90bf |
EUC-JP | 魃悌請 | 111100101011000111000100111100001100000011000001 | f2b1c4f0c0c1 |
UTF-8 | 魃悌請 | 111010011010110110000011111001101000001010001100111010001010101110001011 | e9ad83e6828ce8ab8b |
UHC | 魃悌請 | 110110111010011011110000101010101111010011101011 | dba6f0aaf4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)