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 | 霍ォ螳亥コ | 1110100010110111101010111110010110101110100010001110010110111010 | e8b7abe5ae88e5ba |
EUC-JP | 霍ォ螳亥コ | 11110000101110011000111010101011111010101011000010110000111001111000111010111010 | f0b98eabeab0b0e78eba |
UTF-8 | 霍ォ螳亥コ | 111010011001110010001101111011111011110110101011111010001001111010110011111001001011101010100101111011111011110110111010 | e99c8defbdabe89eb3e4baa5efbdba |
UHC | ??螳亥? | 00111111001111111101001111011001111110101010010000111111 | 3f3fd3d9faa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)