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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 姚???袁 | 10011011010011000011111100111111001111111110010111001101 | 9b4c3f3f3fe5cd |
EUC-JP | 姚???袁 | 11010101101011010011111100111111001111111110101011001111 | d5ad3f3f3feacf |
UTF-8 | 姚팰븝쨍袁 | 111001011010011110011010111011011000110010110000111010111011100010011101111011001010100010001101111010001010001010000001 | e5a79aed8cb0ebb89deca88de8a281 |
UHC | 姚팰븝쨍袁 | 11101000111011101100011011010011101110101110111111000010101110001110101010111110 | e8eec6d3baefc2b8eabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)