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 | 矼カ逍セ涇 | 1110000111100011101101101110011110010110101111101111101011111011 | e1e3b6e796befafb |
EUC-JP | 矼カ逍セ涇 | 1110001011100101100011101011011011101101111101101000111010111110100011111100011111000111 | e2e58eb6edf68ebe8fc7c7 |
UTF-8 | 矼カ逍セ涇 | 111001111001111110111100111011111011110110110110111010011000000010001101111011111011110110111110111001101011011010000111 | e79fbcefbdb6e9808defbdbee6b687 |
UHC | ??逍?涇 | 00111111001111111110000111001110001111111100110011011100 | 3f3fe1ce3fccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)