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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雉贋シ手成 | 111010001011001110001010111001001011110010001110111010001001000010101100 | e8b38ae4bc8ee890ac |
EUC-JP | 雉贋シ手成 | 11110000101101011011010011100110100011101011110010111100111010101100000010101110 | f0b5b4e68ebcbceac0ae |
UTF-8 | 雉贋シ手成 | 111010011001101110001001111010001011010010001011111011111011110110111100111001101000100110001011111001101000100010010000 | e99b89e8b48befbdbce6898be68890 |
UHC | 雉??手成 | 1111011011001011001111110011111111100010101000101110000011110111 | f6cb3f3fe2a2e0f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)