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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 源?源?B | 10001100101110010011111110001100101110010011111101000010 | 8cb93f8cb93f42 |
EUC-JP | 源?源?B | 10111000101110110011111110111000101110110011111101000010 | b8bb3fb8bb3f42 |
UTF-8 | 源믐源믐B | 11100110101110101001000011101011101011111001000011100110101110101001000011101011101011111001000001000010 | e6ba90ebaf90e6ba90ebaf9042 |
UHC | 源믐源믐B | 111010101011100110111001110010101110101010111001101110011100101001000010 | eab9b9caeab9b9ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)