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 | 辯滔坩 | 111001111000011110011111111010111001101010101110 | e7879feb9aae |
EUC-JP | 辯滔坩 | 111011011110011111011110111011011101010010110000 | ede7deedd4b0 |
UTF-8 | 辯滔坩 | 111010001011111010101111111001101011101110010100111001011001110110101001 | e8beafe6bb94e59da9 |
UHC | 辯滔? | 1101110010101010110101001010010100111111 | dcaad4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)