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 | 豺雜}豺雜{^ | 1110011010110111111010001011011001111101111001101011011111101000101101100111101101011110 | e6b7e8b67de6b7e8b67b5e |
EUC-JP | 豺雜}豺雜{^ | 1110110010111001111100001011100001111101111011001011100111110000101110000111101101011110 | ecb9f0b87decb9f0b87b5e |
UTF-8 | 豺雜}豺雜{^ | 111010001011000110111010111010011001101110011100011111011110100010110001101110101110100110011011100111000111101101011110 | e8b1bae99b9c7de8b1bae99b9c7b5e |
UHC | 豺雜}豺雜{^ | 1110001111001111111011011101101001111101111000111100111111101101110110100111101101011110 | e3cfedda7de3cfedda7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)