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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貍ソ迪幗搓 | 111001101011110010111111111001111000110010011011111011001001110110001101 | e6bcbfe78c9bec9d8d |
EUC-JP | 貍ソ迪幗搓 | 11101100101111101000111010111111111011011110110011010110111011101101100111101101 | ecbe8ebfedecd6eed9ed |
UTF-8 | 貍ソ迪幗搓 | 111010001011001010001101111011111011110110111111111010001011111110101010111001011011100110010111111001101001000010010011 | e8b28defbdbfe8bfaae5b997e69093 |
UHC | ??迪?? | 001111110011111111101110111010000011111100111111 | 3f3feee83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)