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 | ???軟? | 001111110011111100111111100100111110111000111111 | 3f3f3f93ee3f |
EUC-JP | ???軟? | 001111110011111100111111110001101111000000111111 | 3f3f3fc6f03f |
UTF-8 | 劣뤸굢軟췊 | 111011111010011010011101111010111010010010111000111010101011010110100010111010001011101110011111111011001011011110001010 | efa69deba4b8eab5a2e8bb9fecb78a |
UHC | 劣뤸굢軟췊 | 11100110111010111000111111100110100000101000100111100110111000111010111001000101 | e6eb8fe68289e6e3ae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)