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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 馮馮[馮馮[^ | 1110100101100111111010010110011101011011111010010110011111101001011001110101101101011110 | e967e9675be967e9675b5e |
EUC-JP | 馮馮[馮馮[^ | 1111000111001000111100011100100001011011111100011100100011110001110010000101101101011110 | f1c8f1c85bf1c8f1c85b5e |
UTF-8 | 馮馮[馮馮[^ | 111010011010011010101110111010011010011010101110010110111110100110100110101011101110100110100110101011100101101101011110 | e9a6aee9a6ae5be9a6aee9a6ae5b5e |
UHC | 馮馮[馮馮[^ | 1111100110100111111110011010011101011011111110011010011111111001101001110101101101011110 | f9a7f9a75bf9a7f9a75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)