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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 澵室}B | 111110110100110010001110101110100111110101000010 | fb4c8eba7d42 |
EUC-JP | 澵室}B | 10001111110010001111100010111100101111000111110101000010 | 8fc8f8bcbc7d42 |
UTF-8 | 澵室}B | 1110011010111110101101011110010110101110101001000111110101000010 | e6beb5e5aea47d42 |
UHC | ?室}B | 0011111111100011111110000111110101000010 | 3fe3f87d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)