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 | 栓兩 | 10010000111100001001100101011111 | 90f0995f |
EUC-JP | 栓兩 | 11000000111100101101000111000000 | c0f2d1c0 |
UTF-8 | 栓兩 | 111001101010000010010011111001011000010110101001 | e6a093e585a9 |
UHC | 栓兩 | 11101110111110111101010111010111 | eefbd5d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)