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 | ??С窈 | 001111110011111110000100010100101110001001110111 | 3f3f8452e277 |
EUC-JP | 旿?С窈 | 1000111111000001111101000011111110100111101100111110001111011000 | 8fc1f43fa7b3e3d8 |
UTF-8 | 旿당С窈 | 1110011010010111101111111110101110001011101110011101000010100001111001111010101010001000 | e697bfeb8bb9d0a1e7aa88 |
UHC | 旿당С窈 | 1110011111111010101101001110011110101100101100111110100110100001 | e7fab4e7acb3e9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)