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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 豺栲豺桀^ | 111001101011011110011110011111011110011010110111100111100111101101011110 | e6b79e7de6b79e7b5e |
EUC-JP | 豺栲豺桀^ | 111011001011100111011011110111101110110010111001110110111101110001011110 | ecb9dbdeecb9dbdc5e |
UTF-8 | 豺栲豺桀^ | 11101000101100011011101011100110101000001011001011101000101100011011101011100110101000011000000001011110 | e8b1bae6a0b2e8b1bae6a1805e |
UHC | 豺?豺桀^ | 1110001111001111001111111110001111001111110010111111101001011110 | e3cf3fe3cfcbfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)