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 | 粧排 | 10001111110011111001010001110010 | 8fcf9472 |
EUC-JP | 粧排 | 10111110110100011100011111010011 | bed1c7d3 |
UTF-8 | 粧排 | 111001111011001010100111111001101000111010010010 | e7b2a7e68e92 |
UHC | 粧排 | 11101101111100101101101111001001 | edf2dbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)