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 | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 臧y臧yB | 11100100011010000111100111100100011010000111100101000010 | e46879e4687942 |
EUC-JP | 臧y臧yB | 11100111110010010111100111100111110010010111100101000010 | e7c979e7c97942 |
UTF-8 | 臧y臧yB | 111010001000011110100111011110011110100010000111101001110111100101000010 | e887a779e887a77942 |
UHC | 臧y臧yB | 11101101111101010111100111101101111101010111100101000010 | edf579edf57942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)