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 | 菴???佃 | 11100100101111010011111100111111001111111001001011001111 | e4bd3f3f3f92cf |
EUC-JP | 菴???佃 | 11101000101111110011111100111111001111111100010011010001 | e8bf3f3f3fc4d1 |
UTF-8 | 菴편렍렧佃 | 111010001000111110110100111011011000111010111000111010111010000010001101111010111010000010100111111001001011110110000011 | e88fb4ed8eb8eba08deba0a7e4bd83 |
UHC | 菴편렍렧佃 | 11100100111000001100011011101101100011101010001110001110101101101110111011101100 | e4e0c6ed8ea38eb6eeec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)