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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 萓貶 | 11100100101111101110011011001000 | e4bee6c8 |
EUC-JP | 萓貶 | 11101000110000001110110011001010 | e8c0ecca |
UTF-8 | 萓貶 | 111010001001000010010011111010001011001010110110 | e89093e8b2b6 |
UHC | ?貶 | 001111111111100010111111 | 3ff8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)