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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嫉?軟? | 100011101011100100111111100100111110111000111111 | 8eb93f93ee3f |
EUC-JP | 嫉?軟? | 101111001011101100111111110001101111000000111111 | bcbb3fc6f03f |
UTF-8 | 嫉셈軟셉 | 111001011010101110001001111011001000010110001000111010001011101110011111111011001000010110001001 | e5ab89ec8588e8bb9fec8589 |
UHC | 嫉셈軟셉 | 1111001011101100101111001100000011100110111000111011110011000001 | f2ecbcc0e6e3bcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)