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 | ?明 | 001111111001011010111110 | 3f96be |
EUC-JP | 薏明 | 1000111111011001110111101100110011000000 | 8fd9deccc0 |
UTF-8 | 薏明 | 111010001001011010001111111001101001100010001110 | e8968fe6988e |
UHC | 薏明 | 11101011111110111101100110100101 | ebfbd9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)