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 | 爐痲 | 11100000101000101110000110000100 | e0a2e184 |
EUC-JP | 爐痲 | 11100000101001001110000111100100 | e0a4e1e4 |
UTF-8 | 爐痲 | 111001111000100010010000111001111001011110110010 | e78890e797b2 |
UHC | 爐痲 | 11010110110100111101100010100110 | d6d3d8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)