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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 涓}涓{^ | 10011111101100000111110110011111101100000111101101011110 | 9fb07d9fb07b5e |
EUC-JP | 涓}涓{^ | 11011110101100100111110111011110101100100111101101011110 | deb27ddeb27b5e |
UTF-8 | 涓}涓{^ | 111001101011011010010011011111011110011010110110100100110111101101011110 | e6b6937de6b6937b5e |
UHC | 涓}涓{^ | 11100110110011110111110111100110110011110111101101011110 | e6cf7de6cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)