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 | 豎躙貅豎^ | 111001101011000111100111010101111110011010111010111001101011000101011110 | e6b1e757e6bae6b15e |
EUC-JP | 豎躙貅豎^ | 111011001011001111101101101110001110110010111100111011001011001101011110 | ecb3edb8ecbcecb35e |
UTF-8 | 豎躙貅豎^ | 11101000101100011000111011101000101110101001100111101000101100101000010111101000101100011000111001011110 | e8b18ee8ba99e8b285e8b18e5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)