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 | 賃??德ъ | 1001001011000000001111110011111111111010101110101000010010001100 | 92c03f3ffaba848c |
EUC-JP | 賃???ъ | 11000100110000100011111100111111001111111010011111101100 | c4c23f3f3fa7ec |
UTF-8 | 賃렪뤯德ъ | 1110100010110011100000111110101110100000101010101110101110100100101011111110010110111110101101111101000110001010 | e8b383eba0aaeba4afe5beb7d18a |
UHC | 賃렪뤯德ъ | 11101100111111001000111010111000100011111101110111010011111011001010110011101100 | ecfc8eb88fddd3ecacec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)