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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 跌先 | 11100110111010011001000011100110 | e6e990e6 |
EUC-JP | 跌先 | 11101100111010111100000011101000 | ecebc0e8 |
UTF-8 | 跌先 | 111010001011011110001100111001011000010110001000 | e8b78ce58588 |
UHC | 跌先 | 11110010111101101110000010111011 | f2f6e0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)