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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 毬驅痣G | 10011111011110111110100101111011111000010111101101000111 | 9f7be97be17b47 |
EUC-JP | 毬驅痣G | 11011101110111001111000111011100111000011101110001000111 | dddcf1dce1dc47 |
UTF-8 | 毬驅痣G | 11100110101011111010110011101001101010011000010111100111100101111010001101000111 | e6aface9a985e797a347 |
UHC | 毬驅?G | 110011111011001111001111110011000011111101000111 | cfb3cfcc3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)