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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 邯ォ]H | 1110011110110110101010110101110101001000 | e7b6ab5d48 |
EUC-JP | 邯ォ]H | 111011101011100010001110101010110101110101001000 | eeb88eab5d48 |
UTF-8 | 邯ォ]H | 1110100110000010101011111110111110111101101010110101110101001000 | e982afefbdab5d48 |
UHC | 邯?]H | 1100101011111011001111110101110101001000 | cafb3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)