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 | ì¢è³v | 11101100100111101010001011101000101100111001111001110110 | ec9ea2e8b39e76 |
SJIS-WIN | ??¢???v | 0011111100111111100000011001000100111111001111110011111101110110 | 3f3f81913f3f3f76 |
EUC-JP | ì?¢è??v | 100011111010101111000000001111111010000111110001100011111010101110110010001111110011111101110110 | 8fabc03fa1f18fabb23f3f76 |
UTF-8 | ì¢è³v | 11000011101011001100001010011110110000101010001011000011101010001100001010110011110000101001111001110110 | c3acc29ec2a2c3a8c2b3c29e76 |
UHC | ????³?v | 0011111100111111001111110011111110101001111110000011111101110110 | 3f3f3f3fa9f83f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)