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 | 00111111001111110110000001000010 | 3f3f6042 |
SJIS-WIN | 義?`B | 1000101101100000001111110110000001000010 | 8b603f6042 |
EUC-JP | 義?`B | 1011010111000001001111110110000001000010 | b5c13f6042 |
UTF-8 | 義렢`B | 1110011110111110101010011110101110100000101000100110000001000010 | e7bea9eba0a26042 |
UHC | 義렢`B | 111010111111100110001110101100110110000001000010 | ebf98eb36042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)