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 | ¡à¢Ì«Ïú | 1010000111100000101000101100110010001111101010111100111111111010 | a1e0a2cc8fabcffa |
SJIS-WIN | ??¢????? | 001111110011111110000001100100010011111100111111001111110011111100111111 | 3f3f81913f3f3f3f3f |
EUC-JP | ¡à¢Ì??Ïú | 10001111101000101100001010001111101010111010001010100001111100011000111110101010110000000011111100111111100011111010101011000001100011111010101111100010 | 8fa2c28faba2a1f18faac03f3f8faac18fabe2 |
UTF-8 | ¡à¢Ì«Ïú | 11000010101000011100001110100000110000101010001011000011100011001100001010001111110000101010101111000011100011111100001110111010 | c2a1c3a0c2a2c38cc28fc2abc38fc3ba |
UHC | ¡??????? | 101000101010111000111111001111110011111100111111001111110011111100111111 | a2ae3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)