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 | 111010111111100001001100 | ebf84c |
SJIS-WIN | ??L | 001111110011111101001100 | 3f3f4c |
EUC-JP | ëøL | 10001111101010111011001110001111101010011100110001001100 | 8fabb38fa9cc4c |
UTF-8 | ëøL | 1100001110101011110000111011100001001100 | c3abc3b84c |
UHC | ?øL | 00111111101010011010101001001100 | 3fa9aa4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)