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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | アイyアイyB | 10110001101100100111100110110001101100100111100101000010 | b1b279b1b27942 |
EUC-JP | アイyアイyB | 1000111010110001100011101011001001111001100011101011000110001110101100100111100101000010 | 8eb18eb2798eb18eb27942 |
UTF-8 | アイyアイyB | 111011111011110110110001111011111011110110110010011110011110111110111101101100011110111110111101101100100111100101000010 | efbdb1efbdb279efbdb1efbdb27942 |
UHC | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)