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 | ?排 | 001111111001010001110010 | 3f9472 |
EUC-JP | ?排 | 001111111100011111010011 | 3fc7d3 |
UTF-8 | 뤒排 | 111010111010010010010010111001101000111010010010 | eba492e68e92 |
UHC | 뤒排 | 10001111110000101101101111001001 | 8fc2dbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)