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 | 叱偲 | 10001110101101101000111011000011 | 8eb68ec3 |
EUC-JP | 叱偲 | 10111100101110001011110011000101 | bcb8bcc5 |
UTF-8 | 叱偲 | 111001011000111110110001111001011000000110110010 | e58fb1e581b2 |
UHC | 叱? | 111100101110101000111111 | f2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)