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 | 燧猗 | 11100000100111001110000011000110 | e09ce0c6 |
EUC-JP | 燧猗 | 11011111111111001110000011001000 | dffce0c8 |
UTF-8 | 燧猗 | 111001111000011110100111111001111000110010010111 | e787a7e78c97 |
UHC | 燧? | 111000101010110000111111 | e2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)