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^ | 1001001001010110100100100100111101000100100100100101011010010010010011110100010001011110 | 9256924f449256924f445e |
EUC-JP | 歎丹D歎丹D^ | 1100001110110111110000111011000001000100110000111011011111000011101100000100010001011110 | c3b7c3b044c3b7c3b0445e |
UTF-8 | 歎丹D歎丹D^ | 111001101010110110001110111001001011100010111001010001001110011010101101100011101110010010111000101110010100010001011110 | e6ad8ee4b8b944e6ad8ee4b8b9445e |
UHC | 歎丹D歎丹D^ | 1111011110100111110100111010000101000100111101111010011111010011101000010100010001011110 | f7a7d3a144f7a7d3a1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)