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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譎殉譎旬^ | 111001101001100110001111011111011110011010011001100011110111101101011110 | e6998f7de6998f7b5e |
EUC-JP | 譎殉譎旬^ | 111010111111100110111101110111101110101111111001101111011101110001011110 | ebf9bddeebf9bddc5e |
UTF-8 | 譎殉譎旬^ | 11101000101011011000111011100110101011101000100111101000101011011000111011100110100101111010110001011110 | e8ad8ee6ae89e8ad8ee697ac5e |
UHC | 譎殉譎旬^ | 111111011101001011100010111001101111110111010010111000101110001001011110 | fdd2e2e6fdd2e2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)