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 | ??}G | 00111111001111110111110101000111 | 3f3f7d47 |
SJIS-WIN | 遽ゥ}G | 1110011110101111101010010111110101000111 | e7afa97d47 |
EUC-JP | 遽ゥ}G | 111011101011000110001110101010010111110101000111 | eeb18ea97d47 |
UTF-8 | 遽ゥ}G | 1110100110000001101111011110111110111101101010010111110101000111 | e981bdefbda97d47 |
UHC | 遽?}G | 1100101111101000001111110111110101000111 | cbe83f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)