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 | 蒻醍エコ蓖 | 1110010011101000100100011110011110110100101110101110010011101101 | e4e891e7b4bae4ed |
EUC-JP | 蒻醍エコ蓖 | 11101000111010101100001011101001100011101011010010001110101110101110100011101111 | e8eac2e98eb48ebae8ef |
UTF-8 | 蒻醍エコ蓖 | 111010001001001010111011111010011000011010001101111011111011110110110100111011111011110110111010111010001001001110010110 | e892bbe9868defbdb4efbdbae89396 |
UHC | 蒻醍??? | 11100101101101101111000010110101001111110011111100111111 | e5b6f0b53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)