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 | 螽幗質繪・ | 111001011010100010011011111011001000111010111111111000111000100110100101 | e5a89bec8ebfe389a5 |
EUC-JP | 螽幗質繪・ | 11101010101010101101011011101110101111001100000111100101111010011000111010100101 | eaaad6eebcc1e5e98ea5 |
UTF-8 | 螽幗質繪・ | 111010001001111010111101111001011011100110010111111010001011001110101010111001111011100110101010111011111011110110100101 | e89ebde5b997e8b3aae7b9aaefbda5 |
UHC | ??質繪? | 00111111001111111111001011110101111111001110101100111111 | 3f3ff2f5fceb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)