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 | 10011011110101000111100110011011110101000111100101000010 | 9bd4799bd47942 |
EUC-JP | 嶽y嶽yB | 11010110110101100111100111010110110101100111100101000010 | d6d679d6d67942 |
UTF-8 | 嶽y嶽yB | 111001011011011010111101011110011110010110110110101111010111100101000010 | e5b6bd79e5b6bd7942 |
UHC | 嶽y嶽yB | 11100100110000000111100111100100110000000111100101000010 | e4c079e4c07942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)