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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?hⅦ | 0011111110000010100010001000011101011010 | 3f8288875a |
EUC-JP | ?h? | 00111111101000111110100000111111 | 3fa3e83f |
UTF-8 | 拏hⅦ | 111011111010010110011011111011111011110110001000111000101000010110100110 | efa59befbd88e285a6 |
UHC | 拏hⅦ | 110101001111110010100011111010001010010110110110 | d4fca3e8a5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)