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??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 骸?D骸?D^ | 100010100101101100111111010001001000101001011011001111110100010001011110 | 8a5b3f448a5b3f445e |
EUC-JP | 骸?D骸?D^ | 101100111011110000111111010001001011001110111100001111110100010001011110 | b3bc3f44b3bc3f445e |
UTF-8 | 骸렟D骸렟D^ | 111010011010101010111000111010111010000010011111010001001110100110101010101110001110101110100000100111110100010001011110 | e9aab8eba09f44e9aab8eba09f445e |
UHC | 骸렟D骸렟D^ | 1111101010110101100011101011000001000100111110101011010110001110101100000100010001011110 | fab58eb044fab58eb0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)