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 | 緋? | 100101001110101000111111 | 94ea3f |
EUC-JP | 緋? | 110010001110110000111111 | c8ec3f |
UTF-8 | 緋樂 | 111001111011011110001011111011111010011010111111 | e7b78befa6bf |
UHC | 緋樂 | 11011101111111001110100011111001 | ddfce8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)