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 | 11101000101100101010110001101100 | e8b2ac6c |
EUC-JP | 雋ャl | 1111000010110100100011101010110001101100 | f0b48eac6c |
UTF-8 | 雋ャl | 11101001100110111000101111101111101111011010110001101100 | e99b8befbdac6c |
UHC | 雋?l | 11110001111001100011111101101100 | f1e63f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)