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 | æß¼o | 11100110110111111011110001101111 | e6dfbc6f |
SJIS-WIN | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
EUC-JP | æß?o | 1000111110101001110000011000111110101001110011100011111101101111 | 8fa9c18fa9ce3f6f |
UTF-8 | æß¼o | 11000011101001101100001110011111110000101011110001101111 | c3a6c39fc2bc6f |
UHC | æß¼o | 10101001101000011010100110101100101010001111100101101111 | a9a1a9aca8f96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)