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 | 1000111010110001100011101010101101111001100011101011000110001110101010110111100101000010 | 8eb18eab798eb18eab7942 |
EUC-JP | 竺辞y竺辞yB | 1011110010110011101111001010110101111001101111001011001110111100101011010111100101000010 | bcb3bcad79bcb3bcad7942 |
UTF-8 | 竺辞y竺辞yB | 111001111010101110111010111010001011111010011110011110011110011110101011101110101110100010111110100111100111100101000010 | e7abbae8be9e79e7abbae8be9e7942 |
UHC | 竺?y竺?yB | 111101011110011100111111011110011111010111100111001111110111100101000010 | f5e73f79f5e73f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)