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 | 10001101111110100111100110001101111110100111100101000010 | 8dfa798dfa7942 |
EUC-JP | 匙y匙yB | 10111010111111000111100110111010111111000111100101000010 | bafc79bafc7942 |
UTF-8 | 匙y匙yB | 111001011000110010011001011110011110010110001100100110010111100101000010 | e58c9979e58c997942 |
UHC | 匙y匙yB | 11100011101101010111100111100011101101010111100101000010 | e3b579e3b57942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)