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 | 髮削梵蛻ー | 111010011001101110001101111011011001111010010000111001011000100010110000 | e99b8ded9e90e588b0 |
EUC-JP | 髮削梵蛻ー | 11110001111110111011101011101111110110111111000011101001111010001000111010110000 | f1fbbaefdbf0e9e88eb0 |
UTF-8 | 髮削梵蛻ー | 111010011010101110101110111001011000100110001010111001101010001010110101111010001001101110111011111011111011110110110000 | e9abaee5898ae6a2b5e89bbbefbdb0 |
UHC | 髮削梵?? | 1101101110100101110111101111101111011011111011110011111100111111 | dba5defbdbef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)