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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 援?? | 10001001100001110011111100111111 | 89873f3f |
EUC-JP | 援?? | 10110001111001110011111100111111 | b1e73f3f |
UTF-8 | 援욧퓶 | 111001101000111110110100111011001001101010100111111011011001001110110110 | e68fb4ec9aa7ed93b6 |
UHC | 援욧퓶 | 111010101011010110111111111010101011111110011100 | eab5bfeabf9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)