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 | 粮 | 11100010111011001111001011110110 | e2ecf2f6 |
EUC-JP | 粮? | 111001001110111000111111 | e4ee3f |
UTF-8 | 粮 | 111001111011001010101110111011101000100010101101 | e7b2aeee88ad |
UHC | 粮? | 110101011101101100111111 | d5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)