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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隱俯坩妤 | 1110100010101010100110001110101110011010101011101111101010100100 | e8aa98eb9aaefaa4 |
EUC-JP | 隱俯坩妤 | 111100001010110011010000111011011101010010110000100011111011100110101111 | f0acd0edd4b08fb9af |
UTF-8 | 隱俯坩妤 | 111010011001101010110001111001001011111110101111111001011001110110101001111001011010011010100100 | e99ab1e4bfafe59da9e5a6a4 |
UHC | 隱俯?? | 111010111101111111011100111101100011111100111111 | ebdfdcf63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)