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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 辱?\}辱?\{^ | 1001000001001010001111110101110001111101100100000100101000111111010111000111101101011110 | 904a3f5c7d904a3f5c7b5e |
EUC-JP | 辱?\}辱?\{^ | 1011111110101011001111110101110001111101101111111010101100111111010111000111101101011110 | bfab3f5c7dbfab3f5c7b5e |
UTF-8 | 辱덷\}辱덷\{^ | 1110100010111110101100011110101110001101101101110101110001111101111010001011111010110001111010111000110110110111010111000111101101011110 | e8beb1eb8db75c7de8beb1eb8db75c7b5e |
UHC | 辱덷\}辱덷\{^ | 11101001101101001000100101001011010111000111110111101001101101001000100101001011010111000111101101011110 | e9b4894b5c7de9b4894b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)