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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 驩蛾演^ | 11101001100010011000100111101001100010011000100101011110 | e98989e989895e |
EUC-JP | 驩蛾演^ | 11110001111010011011001011101011101100011110100101011110 | f1e9b2ebb1e95e |
UTF-8 | 驩蛾演^ | 11101001101010011010100111101000100110111011111011100110101111001001010001011110 | e9a9a9e89bbee6bc945e |
UHC | 驩蛾演^ | 11111100101111101110010010110110111001101101000101011110 | fcbee4b6e6d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)