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 | 蒐??餘 | 100011110100111000111111001111111110100101010000 | 8f4e3f3fe950 |
EUC-JP | 蒐??餘 | 101111011010111100111111001111111111000110110001 | bdaf3f3ff1b1 |
UTF-8 | 蒐걡렣餘 | 111010001001001010010000111010101011000110100001111010111010000010100011111010011010010010011000 | e89290eab1a1eba0a3e9a498 |
UHC | 蒐걡렣餘 | 1110001010111101100000011000101010001110101101001110011010101110 | e2bd818a8eb4e6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)