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 | 銓募勣褂 | 1110011111110010100101011110010110011001101010001110010111100110 | e7f295e599a8e5e6 |
EUC-JP | 銓募勣褂 | 1110111011110100110010101110011111010010101010101110101011101000 | eef4cae7d2aaeae8 |
UTF-8 | 銓募勣褂 | 111010011000101010010011111001011000101110011111111001011000101110100011111010001010010010000010 | e98a93e58b9fe58ba3e8a482 |
UHC | 銓募勣? | 11101111101100001101100110110100111011101101001100111111 | efb0d9b4eed33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)