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 | 11111010110110010111100111111010110110010111100101000010 | fad979fad97942 |
EUC-JP | 晳y晳yB | 100011111100001011000100011110011000111111000010110001000111100101000010 | 8fc2c4798fc2c47942 |
UTF-8 | 晳y晳yB | 111001101001100110110011011110011110011010011001101100110111100101000010 | e699b379e699b37942 |
UHC | 晳y晳yB | 11100000101011110111100111100000101011110111100101000010 | e0af79e0af7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)