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 | ?盲 | 001111111001011011010011 | 3f96d3 |
EUC-JP | 薏盲 | 1000111111011001110111101100110011010101 | 8fd9deccd5 |
UTF-8 | 薏盲 | 111010001001011010001111111001111001101110110010 | e8968fe79bb2 |
UHC | 薏盲 | 11101011111110111101100011101110 | ebfbd8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)