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^ | 1001000110110100100100100101011101000100100100011011010010010010010101110100010001011110 | 91b492574491b49257445e |
EUC-JP | 其淡D其淡D^ | 1100001010110110110000111011100001000100110000101011011011000011101110000100010001011110 | c2b6c3b844c2b6c3b8445e |
UTF-8 | 其淡D其淡D^ | 111001011000010110110110111001101011011110100001010001001110010110000101101101101110011010110111101000010100010001011110 | e585b6e6b7a144e585b6e6b7a1445e |
UHC | 其淡D其淡D^ | 1101000011101100110100111011111101000100110100001110110011010011101111110100010001011110 | d0ecd3bf44d0ecd3bf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)