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 | 隱碕ケ鷺辷 | 111010001010101010001101111010101011100110001101111010111110011110001000 | e8aa8deab98debe788 |
EUC-JP | 隱碕ケ鷺辷 | 11110000101011001011101011101100100011101011100110111010111011011110110111101000 | f0acbaec8eb9baedede8 |
UTF-8 | 隱碕ケ鷺辷 | 111010011001101010110001111001111010001010010101111011111011110110111001111010011011011110111010111010001011111010110111 | e99ab1e7a295efbdb9e9b7bae8beb7 |
UHC | 隱??鷺? | 11101011110111110011111100111111110101101101110000111111 | ebdf3f3fd6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)