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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 樗顋樗顋^ | 100100101001010011101000111110011001001010010100111010001111100101011110 | 9294e8f99294e8f95e |
EUC-JP | 樗顋樗顋^ | 110000111111010011110000111110111100001111110100111100001111101101011110 | c3f4f0fbc3f4f0fb5e |
UTF-8 | 樗顋樗顋^ | 11100110101010001001011111101001101000011000101111100110101010001001011111101001101000011000101101011110 | e6a897e9a18be6a897e9a18b5e |
UHC | 樗?樗?^ | 11101110110000000011111111101110110000000011111101011110 | eec03feec03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)