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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魏巖豎 | 111010011011000010011011110111001110011010110001 | e9b09bdce6b1 |
EUC-JP | 魏巖豎 | 111100101011001011010110110111101110110010110011 | f2b2d6deecb3 |
UTF-8 | 魏巖豎 | 111010011010110110001111111001011011011110010110111010001011000110001110 | e9ad8fe5b796e8b18e |
UHC | 魏巖? | 1110101011100000111001001101110000111111 | eae0e4dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)