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 | 1001000110101111100100010100110001101100 | 91af914c6c |
EUC-JP | 賊銑l | 1100001010110001110000011010110101101100 | c2b1c1ad6c |
UTF-8 | 賊銑l | 11101000101100111000101011101001100010101001000101101100 | e8b38ae98a916c |
UHC | 賊銑l | 1110111011100100111000001101010101101100 | eee4e0d56c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)