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 | ?德??∵ | 00111111111110101011101000111111001111111000000111100110 | 3ffaba3f3f81e6 |
EUC-JP | ????∵ | 001111110011111100111111001111111010001011101000 | 3f3f3f3fa2e8 |
UTF-8 | 뤯德㏐퀚∵ | 111010111010010010101111111001011011111010110111111000111000111110010000111011011000000010011010111000101000100010110101 | eba4afe5beb7e38f90ed809ae288b5 |
UHC | 뤯德㏐퀚∵ | 10001111110111011101001111101100101001111110101010110011100011101010000111110001 | 8fddd3eca7eab38ea1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)