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 | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 盖陽l | 1110000110110011100101110111101001101100 | e1b3977a6c |
EUC-JP | 盖陽l | 1110001010110101110011011101101101101100 | e2b5cddb6c |
UTF-8 | 盖陽l | 11100111100110111001011011101001100110011011110101101100 | e79b96e999bd6c |
UHC | 盖陽l | 1100101111001100111001011101010101101100 | cbcce5d56c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)