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 | ó´ÞÒ^ | 1111001110110100110111101101001001011110 | f3b4ded25e |
SJIS-WIN | ?´??^ | 001111111000000101001100001111110011111101011110 | 3f814c3f3f5e |
EUC-JP | ó´ÞÒ^ | 100011111010101111010001101000011010110110001111101010011011000010001111101010101101001001011110 | 8fabd1a1ad8fa9b08faad25e |
UTF-8 | ó´ÞÒ^ | 110000111011001111000010101101001100001110011110110000111001001001011110 | c3b3c2b4c39ec3925e |
UHC | ?´Þ?^ | 00111111101000101010010110101000101011010011111101011110 | 3fa2a5a8ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)