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 | 10001111010100110111100110001111010100110111100101000010 | 8f53798f537942 |
EUC-JP | 輯y輯yB | 10111101101101000111100110111101101101000111100101000010 | bdb479bdb47942 |
UTF-8 | 輯y輯yB | 111010001011110010101111011110011110100010111100101011110111100101000010 | e8bcaf79e8bcaf7942 |
UHC | 輯y輯yB | 11110010111111100111100111110010111111100111100101000010 | f2fe79f2fe7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)