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 | 猜珀}猜珀{^ | 1110000011001000111000001101111101111101111000001100100011100000110111110111101101011110 | e0c8e0df7de0c8e0df7b5e |
EUC-JP | 猜珀}猜珀{^ | 1110000011001010111000001110000101111101111000001100101011100000111000010111101101011110 | e0cae0e17de0cae0e17b5e |
UTF-8 | 猜珀}猜珀{^ | 111001111000110010011100111001111000111110000000011111011110011110001100100111001110011110001111100000000111101101011110 | e78c9ce78f807de78c9ce78f807b5e |
UHC | 猜珀}猜珀{^ | 1110001111000100110110101101011001111101111000111100010011011010110101100111101101011110 | e3c4dad67de3c4dad67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)