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 | 互? | 100011001101110100111111 | 8cdd3f |
EUC-JP | 互? | 101110001101111100111111 | b8df3f |
UTF-8 | 互뫊 | 111001001011101010010010111010111010101110001010 | e4ba92ebab8a |
UHC | 互뫊 | 11111011101110111001000110101100 | fbbb91ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)