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 | ô×Ý÷ë | 1111010011010111110111011111011111101011 | f4d7ddf7eb |
SJIS-WIN | ?×?÷? | 00111111100000010111111000111111100000011000000000111111 | 3f817e3f81803f |
EUC-JP | ô×Ý÷ë | 10001111101010111101010010100001110111111000111110101010111100101010000111100000100011111010101110110011 | 8fabd4a1df8faaf2a1e08fabb3 |
UTF-8 | ô×Ý÷ë | 11000011101101001100001110010111110000111001110111000011101101111100001110101011 | c3b4c397c39dc3b7c3ab |
UHC | ?×?÷? | 00111111101000011011111100111111101000011100000000111111 | 3fa1bf3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)