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 | ??堯餘 | 001111110011111111101010100111111110100101010000 | 3f3fea9fe950 |
EUC-JP | 濩?堯餘 | 1000111111001001101001000011111111110100101000011111000110110001 | 8fc9a43ff4a1f1b1 |
UTF-8 | 濩秊堯餘 | 111001101011111110101001111011111010011010010101111001011010000010101111111010011010010010011000 | e6bfa9efa695e5a0afe9a498 |
UHC | 濩秊堯餘 | 1111101111001101111001101101110011101000111010111110011010101110 | fbcde6dce8ebe6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)