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 | ¢±©Î[ | 10001111101000101011000110001111101010011100111001011011 | 8fa2b18fa9ce5b |
SJIS-WIN | ?¢±???[ | 001111111000000110010001100000010111110100111111001111110011111101011011 | 3f8191817d3f3f3f5b |
EUC-JP | ?¢±?©Î[ | 00111111101000011111000110100001110111100011111110001111101000101110110110001111101010101100001001011011 | 3fa1f1a1de3f8fa2ed8faac25b |
UTF-8 | ¢±©Î[ | 11000010100011111100001010100010110000101011000111000010100011111100001010101001110000111000111001011011 | c28fc2a2c2b1c28fc2a9c38e5b |
UHC | ??±???[ | 0011111100111111101000011011111000111111001111110011111101011011 | 3f3fa1be3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)