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 | 筌?9踰 | 11100010101000110011111110000010010110001110011011111010 | e2a33f8258e6fa |
EUC-JP | 筌?9踰 | 11100100101001010011111110100011101110011110110011111100 | e4a53fa3b9ecfc |
UTF-8 | 筌뚮9踰 | 111001111010110110001100111010111001101010101110111011111011110010011001111010001011100010110000 | e7ad8ceb9aaeefbc99e8b8b0 |
UHC | 筌뚮9踰 | 1110111110100111100011001110101110100011101110011110101110110010 | efa78ceba3b9ebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)