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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 豈南ソョ\ | 11100110101011111001001111101100101111111010111001011100 | e6af93ecbfae5c |
EUC-JP | 豈南ソョ\ | 111011001011000111000110111011101000111010111111100011101010111001011100 | ecb1c6ee8ebf8eae5c |
UTF-8 | 豈南ソョ\ | 11101000101100011000100011100101100011011001011111101111101111011011111111101111101111011010111001011100 | e8b188e58d97efbdbfefbdae5c |
UHC | 豈南??\ | 11010001110000101101000111110101001111110011111101011100 | d1c2d1f53f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)