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 | ??С繹 | 001111110011111110000100010100101110001110001000 | 3f3f8452e388 |
EUC-JP | 髥?С繹 | 1000111111101001111100000011111110100111101100111110010111101000 | 8fe9f03fa7b3e5e8 |
UTF-8 | 髥묊С繹 | 1110100110101011101001011110101110101100100010101101000010100001111001111011100110111001 | e9aba5ebac8ad0a1e7b9b9 |
UHC | 髥묊С繹 | 1110011110100011100100011110011110101100101100111110011010111010 | e7a391e7acb3e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)