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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燿?К妖 | 11100000101000000011111110000100010010111001011101100100 | e0a03f844b9764 |
EUC-JP | 燿?К妖 | 11100000101000100011111110100111101011001100110111000101 | e0a23fa7accdc5 |
UTF-8 | 燿먪К妖 | 1110011110000111101111111110101110101000101010101101000010011010111001011010011010010110 | e787bfeba8aad09ae5a696 |
UHC | 燿먪К妖 | 1110100011111100100100001110011110101100101011001110100011101101 | e8fc90e7acace8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)