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 | Ê÷Õ¬ | 11001010111101111101010110101100 | caf7d5ac |
SJIS-WIN | ?÷?¬ | 001111111000000110000000001111111000000111001010 | 3f81803f81ca |
EUC-JP | Ê÷Õ¬ | 10001111101010101011010010100001111000001000111110101010110110001010001011001100 | 8faab4a1e08faad8a2cc |
UTF-8 | Ê÷Õ¬ | 1100001110001010110000111011011111000011100101011100001010101100 | c38ac3b7c395c2ac |
UHC | ?÷?? | 0011111110100001110000000011111100111111 | 3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)