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 | 潁??毅? | 10011111111100010011111100111111100010110100001000111111 | 9ff13f3f8b423f |
EUC-JP | 潁??毅? | 11011110111100110011111100111111101101011010001100111111 | def33f3fb5a33f |
UTF-8 | 潁딄꼈毅튎 | 111001101011110110000001111010111001010010000100111010101011110010001000111001101010111110000101111011011000101010001110 | e6bd81eb9484eabc88e6af85ed8a8e |
UHC | 潁딄꼈毅튎 | 11100111101110001000101011101010101100101011110011101011111101101011101001000010 | e7b88aeab2bcebf6ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)