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 | 穗糅 | 11100010011011101110001011110000 | e26ee2f0 |
EUC-JP | 穗糅 | 11100011110011111110010011110010 | e3cfe4f2 |
UTF-8 | 穗糅 | 111001111010100110010111111001111011001110000101 | e7a997e7b385 |
UHC | 穗? | 111000101011010000111111 | e2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)