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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 驪ソ\ | 11101001100010111011111101011100 | e98bbf5c |
EUC-JP | 驪ソ\ | 1111000111101011100011101011111101011100 | f1eb8ebf5c |
UTF-8 | 驪ソ\ | 11101001101010011010101011101111101111011011111101011100 | e9a9aaefbdbf5c |
UHC | 驪?\ | 11010101111100010011111101011100 | d5f13f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)