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 | âµ÷¬^ | 1110001010110101111101111010110001011110 | e2b5f7ac5e |
SJIS-WIN | ??÷¬^ | 00111111001111111000000110000000100000011100101001011110 | 3f3f818081ca5e |
EUC-JP | â?÷¬^ | 100011111010101110100100001111111010000111100000101000101100110001011110 | 8faba43fa1e0a2cc5e |
UTF-8 | âµ÷¬^ | 110000111010001011000010101101011100001110110111110000101010110001011110 | c3a2c2b5c3b7c2ac5e |
UHC | ??÷?^ | 001111110011111110100001110000000011111101011110 | 3f3fa1c03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)