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 | ?n`B | 00111111011011100110000001000010 | 3f6e6042 |
SJIS-WIN | 馮n`B | 1110100101100111011011100110000001000010 | e9676e6042 |
EUC-JP | 馮n`B | 1111000111001000011011100110000001000010 | f1c86e6042 |
UTF-8 | 馮n`B | 111010011010011010101110011011100110000001000010 | e9a6ae6e6042 |
UHC | 馮n`B | 1111100110100111011011100110000001000010 | f9a76e6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)