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 | é÷Õ¬ | 11101001111101111101010110101100 | e9f7d5ac |
SJIS-WIN | ?÷?¬ | 001111111000000110000000001111111000000111001010 | 3f81803f81ca |
EUC-JP | é÷Õ¬ | 10001111101010111011000110100001111000001000111110101010110110001010001011001100 | 8fabb1a1e08faad8a2cc |
UTF-8 | é÷Õ¬ | 1100001110101001110000111011011111000011100101011100001010101100 | c3a9c3b7c395c2ac |
UHC | ?÷?? | 0011111110100001110000000011111100111111 | 3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)