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 | 賃??德l | 1001001011000000001111110011111111111010101110101000001010001100 | 92c03f3ffaba828c |
EUC-JP | 賃???l | 11000100110000100011111100111111001111111010001111101100 | c4c23f3f3fa3ec |
UTF-8 | 賃렪뤯德l | 111010001011001110000011111010111010000010101010111010111010010010101111111001011011111010110111111011111011110110001100 | e8b383eba0aaeba4afe5beb7efbd8c |
UHC | 賃렪뤯德l | 11101100111111001000111010111000100011111101110111010011111011001010001111101100 | ecfc8eb88fddd3eca3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)