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 | 譏畷c塚」豈 | 1110011010011000100100111110101110000010100000111111101010011100101000111110011010101111 | e69893eb8283fa9ca3e6af |
EUC-JP | 譏畷c?」豈 | 1110101111111000110001101110110110100011111000110011111110001110101000111110110010110001 | ebf8c6eda3e33f8ea3ecb1 |
UTF-8 | 譏畷c塚」豈 | 111010001010110110001111111001111001010110110111111011111011110110000011111011111010100010010000111011111011110110100011111010001011000110001000 | e8ad8fe795b7efbd83efa890efbda3e8b188 |
UHC | 譏?c??豈 | 110100011100000100111111101000111110001100111111001111111101000111000010 | d1c13fa3e33f3fd1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)