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 | 篩豢 | 11100010101111111110011010110100 | e2bfe6b4 |
EUC-JP | 篩豢 | 11100100110000011110110010110110 | e4c1ecb6 |
UTF-8 | 篩豢 | 111001111010111110101001111010001011000110100010 | e7afa9e8b1a2 |
UHC | 篩? | 110111101110100000111111 | dee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)