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 | 銷種摶礦 | 1110011111110111100011101110110110011101100101101110000111100110 | e7f78eed9d96e1e6 |
EUC-JP | 銷種摶礦 | 1110111011111001101111001110111111011001111101101110001011101000 | eef9bcefd9f6e2e8 |
UTF-8 | 銷種摶礦 | 111010011000101010110111111001111010100010101110111001101001000110110110111001111010010010100110 | e98ab7e7a8aee691b6e7a4a6 |
UHC | 銷種?? | 111000011101000111110000111110100011111100111111 | e1d1f0fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)