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 | 111001000110101100111111011110011110010001101011001111110111100101000010 | e46b3f79e46b3f7942 |
EUC-JP | 臾?y臾?yB | 111001111100110000111111011110011110011111001100001111110111100101000010 | e7cc3f79e7cc3f7942 |
UTF-8 | 臾쮖y臾쮖yB | 111010001000011110111110111011001010111010010110011110011110100010000111101111101110110010101110100101100111100101000010 | e887beecae9679e887beecae967942 |
UHC | 臾쮖y臾쮖yB | 1110101110101100101010000110111001111001111010111010110010101000011011100111100101000010 | ebaca86e79ebaca86e7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)