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 | Ó£ðîc^ | 110100111010001111110000111011100110001101011110 | d3a3f0ee635e |
SJIS-WIN | ?£??c^ | 00111111100000011001001000111111001111110110001101011110 | 3f81923f3f635e |
EUC-JP | Ó£ðîc^ | 10001111101010101101000110100001111100101000111110101001110000111000111110101011110000100110001101011110 | 8faad1a1f28fa9c38fabc2635e |
UTF-8 | Ó£ðîc^ | 11000011100100111100001010100011110000111011000011000011101011100110001101011110 | c393c2a3c3b0c3ae635e |
UHC | ??ð?c^ | 00111111001111111010100110100011001111110110001101011110 | 3f3fa9a33f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)