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 | 撈・ | 10011101100111011000000101000101 | 9d9d8145 |
EUC-JP | 撈・ | 11011001111111011010000110100110 | d9fda1a6 |
UTF-8 | 撈・ | 111001101001001010001000111000111000001110111011 | e69288e383bb |
UHC | 撈? | 110101101100111000111111 | d6ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)