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 | セ?貊跋 | 101111100011111111100110101110111110011011101011 | be3fe6bbe6eb |
EUC-JP | セ尗貊跋 | 100011101011111010001111101110101110101011101100101111011110110011101101 | 8ebe8fbaeaecbdeced |
UTF-8 | セ尗貊跋 | 111011111011110110111110111001011011000010010111111010001011001010001010111010001011011110001011 | efbdbee5b097e8b28ae8b78b |
UHC | ??貊跋 | 001111110011111111011000111001111101101110100010 | 3f3fd8e7dba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)