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 | 111000111011011010001001100111101110001110110110100010011001111001000010 | e3b6899ee3b6899e42 |
EUC-JP | 羝応羝応B | 111001101011100010110001111111101110011010111000101100011111111001000010 | e6b8b1fee6b8b1fe42 |
UTF-8 | 羝応羝応B | 11100111101111101001110111100101101111111001110011100111101111101001110111100101101111111001110001000010 | e7be9de5bf9ce7be9de5bf9c42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)