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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 篠治篠而{d | 10001110110000101000111010100001100011101100001010001110101001110111101101100100 | 8ec28ea18ec28ea77b64 |
EUC-JP | 篠治篠而{d | 10111100110001001011110010100011101111001100010010111100101010010111101101100100 | bcc4bca3bcc4bca97b64 |
UTF-8 | 篠治篠而{d | 1110011110101111101000001110011010110010101110111110011110101111101000001110100010000000100011000111101101100100 | e7afa0e6b2bbe7afa0e8808c7b64 |
UHC | 篠治篠而{d | 11100001110001101111011010111101111000011100011011101100101110110111101101100100 | e1c6f6bde1c6ecbb7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)