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 | 纖視巖 | 111000111001100110001110100010111001101111011100 | e3998e8b9bdc |
EUC-JP | 纖視巖 | 111001011111100110111011111010111101011011011110 | e5f9bbebd6de |
UTF-8 | 纖視巖 | 111001111011101010010110111010001010011010010110111001011011011110010110 | e7ba96e8a696e5b796 |
UHC | 纖視巖 | 111000001110100111100011110010101110010011011100 | e0e9e3cae4dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)