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 | 燬泗 | 11100000100110111001111110011001 | e09b9f99 |
EUC-JP | 燬泗 | 11011111111110111101110111111001 | dffbddf9 |
UTF-8 | 燬泗 | 111001111000011110101100111001101011001110010111 | e787ace6b397 |
UHC | ?泗 | 001111111101111011011111 | 3fdedf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)