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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????魚 | 0011111100111111001111110011111100111111001111111000101110011011 | 3f3f3f3f3f3f8b9b |
EUC-JP | ??????魚 | 0011111100111111001111110011111100111111001111111011010111111011 | 3f3f3f3f3f3fb5fb |
UTF-8 | 嶪뤿씟溜곕젙魚 | 111001011011011010101010111010111010010010111111111011001001010010011111111011111010011110001011111010101011001110010101111011001010000010011001111010011010110110011010 | e5b6aaeba4bfec949fefa78beab395eca099e9ad9a |
UHC | 嶪뤿씟溜곕젙魚 | 1110010111110101100011111110101110011101101100111110101011111110101100001110101110100000100101011110010111100000 | e5f58feb9db3eafeb0eba095e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)