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 | 芒拷 | 11100100100010101000110110001001 | e48a8d89 |
EUC-JP | 芒拷 | 11100111111010101011100111101001 | e7eab9e9 |
UTF-8 | 芒拷 | 111010001000101010010010111001101000101110110111 | e88a92e68bb7 |
UHC | 芒拷 | 11011000110100111100110110111000 | d8d3cdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)