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 | 1111000010111010110000001110100010100100101010000111101101100100 | f0bac0e8a4a87b64 |
EUC-JP | ?タ隍ィ{d | 001111111000111011000000111100001010011010001110101010000111101101100100 | 3f8ec0f0a68ea87b64 |
UTF-8 | タ隍ィ{d | 1110111010000001101110011110111110111110100000001110100110011010100011011110111110111101101010000111101101100100 | ee81b9efbe80e99a8defbda87b64 |
UHC | ??隍?{d | 00111111001111111111110011011011001111110111101101100100 | 3f3ffcdb3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)