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 | 豢ァ迪幔丶 | 111001101011010010100111111001111000110010011011111011011001100010100100 | e6b4a7e78c9bed98a4 |
EUC-JP | 豢ァ迪幔丶 | 11101100101101101000111010100111111011011110110011010110111011111101000010100110 | ecb68ea7edecd6efd0a6 |
UTF-8 | 豢ァ迪幔丶 | 111010001011000110100010111011111011110110100111111010001011111110101010111001011011100110010100111001001011100010110110 | e8b1a2efbda7e8bfaae5b994e4b8b6 |
UHC | ??迪?? | 001111110011111111101110111010000011111100111111 | 3f3feee83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)