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 | 陞滓坩 | 111010001001111010011111111001101001101010101110 | e89e9fe69aae |
EUC-JP | 陞滓坩 | 111011111111111011011110111010001101010010110000 | effedee8d4b0 |
UTF-8 | 陞滓坩 | 111010011001100110011110111001101011101110010011111001011001110110101001 | e9999ee6bb93e59da9 |
UHC | 陞滓? | 1110001110110011111011101010101100111111 | e3b3eeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)