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 | 芒纔 | 11100100100010101110001110011000 | e48ae398 |
EUC-JP | 芒纔 | 11100111111010101110010111111000 | e7eae5f8 |
UTF-8 | 芒纔 | 111010001000101010010010111001111011101010010100 | e88a92e7ba94 |
UHC | 芒? | 110110001101001100111111 | d8d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)