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 | 辷セ驕ッ荵 | 1110011110001000101111101110100110000001101011111110010010111001 | e788bee981afe4b9 |
EUC-JP | 辷セ驕ッ荵 | 11101101111010001000111010111110111100011110000110001110101011111110100010111011 | ede88ebef1e18eafe8bb |
UTF-8 | 辷セ驕ッ荵 | 111010001011111010110111111011111011110110111110111010011010100110010101111011111011110110101111111010001000110110110101 | e8beb7efbdbee9a995efbdafe88db5 |
UHC | ??驕?? | 001111110011111111001110111101100011111100111111 | 3f3fcef63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)