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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 尊足泄 | 100100011011100010010001101010111001111110010101 | 91b891ab9f95 |
EUC-JP | 尊足泄 | 110000101011101011000010101011011101110111110101 | c2bac2adddf5 |
UTF-8 | 尊足泄 | 111001011011000010001010111010001011011010110011111001101011001110000100 | e5b08ae8b6b3e6b384 |
UHC | 尊足泄 | 111100001110111011110000111010111110000011011100 | f0eef0ebe0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)