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 | 111001111110010110100111011110011110011111100101101001110111100101000010 | e7e5a779e7e5a77942 |
EUC-JP | 鈑ァy鈑ァyB | 1110111011100111100011101010011101111001111011101110011110001110101001110111100101000010 | eee78ea779eee78ea77942 |
UTF-8 | 鈑ァy鈑ァyB | 111010011000100010010001111011111011110110100111011110011110100110001000100100011110111110111101101001110111100101000010 | e98891efbda779e98891efbda77942 |
UHC | 鈑?y鈑?yB | 111101111111111000111111011110011111011111111110001111110111100101000010 | f7fe3f79f7fe3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)