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 | 儼??宜↑ | 1001100101010110001111110011111110001011010110001000000110101010 | 99563f3f8b5881aa |
EUC-JP | 儼??宜↑ | 1101000110110111001111110011111110110101101110011010001010101100 | d1b73f3fb5b9a2ac |
UTF-8 | 儼볤퍌宜↑ | 111001011000010010111100111010111011001110100100111011011000110110001100111001011010111010011100111000101000011010010001 | e584bcebb3a4ed8d8ce5ae9ce28691 |
UHC | 儼볤퍌宜↑ | 11100101111100001001001111101010101110111000001111101011111100011010000111101000 | e5f093eabb83ebf1a1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)