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^ | 1000100111100010100111001011011101000100100010011110001010011100101101110100010001011110 | 89e29cb74489e29cb7445e |
EUC-JP | 俄惺D俄惺D^ | 1011001011100100110110001011100101000100101100101110010011011000101110010100010001011110 | b2e4d8b944b2e4d8b9445e |
UTF-8 | 俄惺D俄惺D^ | 111001001011111110000100111001101000001110111010010001001110010010111111100001001110011010000011101110100100010001011110 | e4bf84e683ba44e4bf84e683ba445e |
UHC | 俄惺D俄惺D^ | 1110010010101101111000001111011001000100111001001010110111100000111101100100010001011110 | e4ade0f644e4ade0f6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)