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 | 業業 | 10001011110001101000101111000110 | 8bc68bc6 |
EUC-JP | 業業 | 10110110110010001011011011001000 | b6c8b6c8 |
UTF-8 | 業業 | 111001101010010110101101111001101010010110101101 | e6a5ade6a5ad |
UHC | 業業 | 11100101111101101110010111110110 | e5f6e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)