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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煮宍捨 | 100011101100111110001110101100111000111011001100 | 8ecf8eb38ecc |
EUC-JP | 煮宍捨 | 101111001101000110111100101101011011110011001110 | bcd1bcb5bcce |
UTF-8 | 煮宍捨 | 111001111000010110101110111001011010111010001101111001101000110110101000 | e785aee5ae8de68da8 |
UHC | 煮?捨 | 1110110110110100001111111101111011010111 | edb43fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)