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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陌幎クア | 111010001001100110011011111010111011100010110001 | e8999bebb8b1 |
EUC-JP | 陌幎クア | 1110111111111001110101101110110110001110101110001000111010110001 | eff9d6ed8eb88eb1 |
UTF-8 | 陌幎クア | 111010011001100110001100111001011011100110001110111011111011110110111000111011111011110110110001 | e9998ce5b98eefbdb8efbdb1 |
UHC | 陌??? | 1101100011101000001111110011111100111111 | d8e83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)