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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螂ェ螻櫁鳩 | 111001011010010110101010111001011011000110011110111010001001010010110101 | e5a5aae5b19ee894b5 |
EUC-JP | 螂ェ螻櫁鳩 | 11101010101001111000111010101010111010101011001111011100111010101100100010110111 | eaa78eaaeab3dceac8b7 |
UTF-8 | 螂ェ螻櫁鳩 | 111010001001111010000010111011111011110110101010111010001001111010111011111001101010101110000001111010011011001110101001 | e89e82efbdaae89ebbe6ab81e9b3a9 |
UHC | 螂???鳩 | 11010101110011000011111100111111001111111100111111001101 | d5cc3f3f3fcfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)