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 | 眩リ | 111000011011111111011000 | e1bfd8 |
EUC-JP | 眩リ | 11100010110000011000111011011000 | e2c18ed8 |
UTF-8 | 眩リ | 111001111001110010101001111011111011111010011000 | e79ca9efbe98 |
UHC | 眩? | 111110101101111100111111 | fadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)