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 | ¢Í¢Í^ | 100010101010001010010110110011011000101010100010100101101100110101011110 | 8aa296cd8aa296cd5e |
SJIS-WIN | ?¢???¢??^ | 0011111110000001100100010011111100111111001111111000000110010001001111110011111101011110 | 3f81913f3f3f81913f3f5e |
EUC-JP | ?¢?Í?¢?Í^ | 001111111010000111110001001111111000111110101010101111110011111110100001111100010011111110001111101010101011111101011110 | 3fa1f13f8faabf3fa1f13f8faabf5e |
UTF-8 | ¢Í¢Í^ | 1100001010001010110000101010001011000010100101101100001110001101110000101000101011000010101000101100001010010110110000111000110101011110 | c28ac2a2c296c38dc28ac2a2c296c38d5e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)