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 | 100100011011110010010001101001100101110101001000 | 91bc91a65d48 |
EUC-JP | 他即]H | 110000101011111011000010101010000101110101001000 | c2bec2a85d48 |
UTF-8 | 他即]H | 1110010010111011100101101110010110001101101100110101110101001000 | e4bb96e58db35d48 |
UHC | 他?]H | 1111011011100010001111110101110101001000 | f6e23f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)