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 | 10011011110100100111100110011011110100100111100101000010 | 9bd2799bd27942 |
EUC-JP | 嶬y嶬yB | 11010110110101000111100111010110110101000111100101000010 | d6d479d6d47942 |
UTF-8 | 嶬y嶬yB | 111001011011011010101100011110011110010110110110101011000111100101000010 | e5b6ac79e5b6ac7942 |
UHC | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)