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 | í¸Þó | 11101101101110001101111011110011 | edb8def3 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | í¸Þó | 100011111010101110111111100011111010001010110001100011111010100110110000100011111010101111010001 | 8fabbf8fa2b18fa9b08fabd1 |
UTF-8 | í¸Þó | 1100001110101101110000101011100011000011100111101100001110110011 | c3adc2b8c39ec3b3 |
UHC | ?¸Þ? | 001111111010001010101100101010001010110100111111 | 3fa2aca8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)