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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鴿鶸^ | 1110100111111001111010100101001101011110 | e9f9ea535e |
EUC-JP | 鴿鶸^ | 1111001011111011111100111011010001011110 | f2fbf3b45e |
UTF-8 | 鴿鶸^ | 11101001101101001011111111101001101101101011100001011110 | e9b4bfe9b6b85e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)