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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邇賀ウュ緕」 | 111001111000111010001001111010101011001110101101111000111000111010100011 | e78e89eab3ade38ea3 |
EUC-JP | 邇賀ウュ緕」 | 111011011110111010110010111011001000111010110011100011101010110111100101111011101000111010100011 | edeeb2ec8eb38eade5ee8ea3 |
UTF-8 | 邇賀ウュ緕」 | 111010011000001010000111111010001011001110000000111011111011110110110011111011111011110110101101111001111011011110010101111011111011110110100011 | e98287e8b380efbdb3efbdade7b795efbda3 |
UHC | 邇賀???? | 1110110011000100111110011100010100111111001111110011111100111111 | ecc4f9c53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)