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^ | 100100110111010100111111010001001001001101110101001111110100010001011110 | 93753f4493753f445e |
EUC-JP | 砥?D砥?D^ | 110001011101011000111111010001001100010111010110001111110100010001011110 | c5d63f44c5d63f445e |
UTF-8 | 砥렡D砥렡D^ | 111001111010000010100101111010111010000010100001010001001110011110100000101001011110101110100000101000010100010001011110 | e7a0a5eba0a144e7a0a5eba0a1445e |
UHC | 砥렡D砥렡D^ | 1111001010110010100011101011001001000100111100101011001010001110101100100100010001011110 | f2b28eb244f2b28eb2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)