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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鵡暹}鵡暹{^ | 1001011010110111100111011111100101111101100101101011011110011101111110010111101101011110 | 96b79df97d96b79df97b5e |
EUC-JP | 鵡暹}鵡暹{^ | 1100110010111001110110101111101101111101110011001011100111011010111110110111101101011110 | ccb9dafb7dccb9dafb7b5e |
UTF-8 | 鵡暹}鵡暹{^ | 111010011011010110100001111001101001101010111001011111011110100110110101101000011110011010011010101110010111101101011110 | e9b5a1e69ab97de9b5a1e69ab97b5e |
UHC | 鵡暹}鵡暹{^ | 1101100111110111111000001110011101111101110110011111011111100000111001110111101101011110 | d9f7e0e77dd9f7e0e77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)