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 | 痰畆狎 | 111000011000001011100001010110111110000010111110 | e182e15be0be |
EUC-JP | 痰畆狎 | 111000011110001011100001101111001110000011000000 | e1e2e1bce0c0 |
UTF-8 | 痰畆狎 | 111001111001011110110000111001111001010110000110111001111000101110001110 | e797b0e79586e78b8e |
UHC | 痰?狎 | 1101001111000011001111111110010011100100 | d3c33fe4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)