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 | 弥咥弥咥^ | 100101101110110110011001111110001001011011101101100110011111100001011110 | 96ed99f896ed99f85e |
EUC-JP | 弥咥弥咥^ | 110011001110111111010010111110101100110011101111110100101111101001011110 | ccefd2faccefd2fa5e |
UTF-8 | 弥咥弥咥^ | 11100101101111001010010111100101100100101010010111100101101111001010010111100101100100101010010101011110 | e5bca5e592a5e5bca5e592a55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)