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 | 蜷セ寬泌誓 | 111001011001000010111110111110101010101010010100111001011001000010111110 | e590befaaa94e590be |
EUC-JP | 蜷セ?泌誓 | 111010011111000010001110101111100011111111001000111001111100000011000000 | e9f08ebe3fc8e7c0c0 |
UTF-8 | 蜷セ寬泌誓 | 111010001001110010110111111011111011110110111110111001011010111110101100111001101011001110001100111010001010101010010011 | e89cb7efbdbee5aface6b38ce8aa93 |
UHC | ??寬泌誓 | 0011111100111111110011101011000011111001101100101110000010100101 | 3f3fceb0f9b2e0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)