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 | 0011111100111111001111110011111101101100 | 3f3f3f3f6c |
SJIS-WIN | 﨟ェ閾ェl | 11111011100111011010101011101000100001111010101001101100 | fb9daae887aa6c |
EUC-JP | ?ェ閾ェl | 0011111110001110101010101110111111100111100011101010101001101100 | 3f8eaaefe78eaa6c |
UTF-8 | 﨟ェ閾ェl | 11101111101010001001111111101111101111011010101011101001100101101011111011101111101111011010101001101100 | efa89fefbdaae996beefbdaa6c |
UHC | ????l | 0011111100111111001111110011111101101100 | 3f3f3f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)