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 | 11100011101100001000001001110110 | e3b08276 |
SJIS-WIN | ?°?v | 0011111110000001100010110011111101110110 | 3f818b3f76 |
EUC-JP | ã°?v | 10001111101010111010101010100001111010110011111101110110 | 8fabaaa1eb3f76 |
UTF-8 | ã°v | 11000011101000111100001010110000110000101000001001110110 | c3a3c2b0c28276 |
UHC | ?°?v | 0011111110100001110001100011111101110110 | 3fa1c63f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)