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^ | 1001001101110101100011110111000001000100100100110111010110001111011100000100010001011110 | 93758f704493758f70445e |
EUC-JP | 砥術D砥術D^ | 1100010111010110101111011101000101000100110001011101011010111101110100010100010001011110 | c5d6bdd144c5d6bdd1445e |
UTF-8 | 砥術D砥術D^ | 111001111010000010100101111010001010000110010011010001001110011110100000101001011110100010100001100100110100010001011110 | e7a0a5e8a19344e7a0a5e8a193445e |
UHC | 砥術D砥術D^ | 1111001010110010111000101111101001000100111100101011001011100010111110100100010001011110 | f2b2e2fa44f2b2e2fa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)