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 | リ犾 | 110110001111101101011100 | d8fb5c |
EUC-JP | リ犾 | 1000111011011000100011111100101011110001 | 8ed88fcaf1 |
UTF-8 | リ犾 | 111011111011111010011000111001111000101010111110 | efbe98e78abe |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)