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 | 聲神 | 11100011110111111001000001011111 | e3df905f |
EUC-JP | 聲神 | 11100110111000011011111111000000 | e6e1bfc0 |
UTF-8 | 聲神 | 111010001000000110110010111001111010010110011110 | e881b2e7a59e |
UHC | 聲神 | 11100001101000101110001111101010 | e1a2e3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)