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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??旴? | 001111110011111110001111110000011111000000111111 | 3f3f8fc1f03f |
UTF-8 | 먐몳旴먐 | 111010111010100010010000111010111010101010110011111001101001011110110100111010111010100010010000 | eba890ebaab3e697b4eba890 |
UHC | 먐몳旴먐 | 1001000011001110100100011001101111101001110110011001000011001110 | 90ce919be9d990ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)