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 | Í»ÌÒ¢Ê | 10001111110011011011101111001100110100101010001011001010 | 8fcdbbccd2a2ca |
SJIS-WIN | ?????¢? | 0011111100111111001111110011111100111111100000011001000100111111 | 3f3f3f3f3f81913f |
EUC-JP | ?Í?ÌÒ¢Ê | 00111111100011111010101010111111001111111000111110101010110000001000111110101010110100101010000111110001100011111010101010110100 | 3f8faabf3f8faac08faad2a1f18faab4 |
UTF-8 | Í»ÌÒ¢Ê | 1100001010001111110000111000110111000010101110111100001110001100110000111001001011000010101000101100001110001010 | c28fc38dc2bbc38cc392c2a2c38a |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)